diff options
Diffstat (limited to 'modules/pseudoclients/chanserv.cpp')
-rw-r--r-- | modules/pseudoclients/chanserv.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/pseudoclients/chanserv.cpp b/modules/pseudoclients/chanserv.cpp index 73ccd76f1..b66ae1a63 100644 --- a/modules/pseudoclients/chanserv.cpp +++ b/modules/pseudoclients/chanserv.cpp @@ -410,7 +410,7 @@ class ChanServCore : public Module, public ChanServService } } - + void OnChanRegistered(ChannelInfo *ci) anope_override { if (!persist || !ci->c) @@ -476,4 +476,3 @@ class ChanServCore : public Module, public ChanServService }; MODULE_INIT(ChanServCore) - |