1
0
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:
Adam
2014-05-14 19:10:23 -04:00
parent 1931fcf0e5
commit df321a118e
12 changed files with 106 additions and 76 deletions
+1 -1
View File
@@ -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)