diff --git a/modules/protocol/ngircd.cpp b/modules/protocol/ngircd.cpp index cd07866f2..b0b2bb522 100644 --- a/modules/protocol/ngircd.cpp +++ b/modules/protocol/ngircd.cpp @@ -2,7 +2,7 @@ * ngIRCd Protocol module for Anope IRC Services * * (C) 2012 Anope Team - * (C) 2011-2012 Alexander Barton + * (C) 2011-2012, 2014 Alexander Barton * (C) 2011 Anope Team * * Please read COPYING and README for further details. @@ -15,6 +15,12 @@ class ngIRCdProto : public IRCDProto { + void SendSVSKillInternal(const MessageSource &source, User *user, const Anope::string &buf) anope_override + { + IRCDProto::SendSVSKillInternal(source, user, buf); + user->KillInternal(source, buf); + } + public: ngIRCdProto(Module *creator) : IRCDProto(creator, "ngIRCd") {