1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 08:23:13 +02:00

Allow channels on access lists

This commit is contained in:
Adam
2013-07-03 22:45:00 -04:00
parent c2e1a8a3e2
commit 7f971043bc
11 changed files with 294 additions and 86 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ class ChanServCore : public Module, public ChanServService
if (anc && anc == nc)
{
ci->EraseAccess(j);
delete ci->EraseAccess(j);
break;
}
}