mirror of
https://github.com/anope/anope.git
synced 2026-06-28 01:56:38 +02:00
Fix access lists showing the wrong mask if the display nick for a group
expires but the group still exists. This can cause access entries for nicks to not be deleted whenever the nicks are deleted.
This commit is contained in:
@@ -898,7 +898,7 @@ static void LoadChannels()
|
||||
Anope::string mask;
|
||||
READ(read_string(mask, f));
|
||||
if (access)
|
||||
access->mask = mask;
|
||||
access->SetMask(mask, ci);
|
||||
|
||||
READ(read_int32(&tmp32, f));
|
||||
if (access)
|
||||
|
||||
Reference in New Issue
Block a user