diff options
| author | Adam <Adam@anope.org> | 2013-07-03 22:45:00 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-07-03 22:45:00 -0400 |
| commit | 7f971043bc0b552e0ec2f3a88bf123cecb007387 (patch) | |
| tree | 2cc22c4b2c2d0231567624ad5d7595fbb97662ed /modules/pseudoclients | |
| parent | c2e1a8a3e2bc2144ad0c4c6009be3ea974aef58f (diff) | |
Allow channels on access lists
Diffstat (limited to 'modules/pseudoclients')
| -rw-r--r-- | modules/pseudoclients/chanserv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pseudoclients/chanserv.cpp b/modules/pseudoclients/chanserv.cpp index 2f7147cc6..b7fb67daf 100644 --- a/modules/pseudoclients/chanserv.cpp +++ b/modules/pseudoclients/chanserv.cpp @@ -182,7 +182,7 @@ class ChanServCore : public Module, public ChanServService if (anc && anc == nc) { - ci->EraseAccess(j); + delete ci->EraseAccess(j); break; } } |
