summaryrefslogtreecommitdiff
path: root/modules/protocol/plexus.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-12-01 18:58:20 -0500
committerAdam <Adam@anope.org>2013-12-01 18:58:20 -0500
commitfaab2c67937cf23ef87dfa0b8d0224bfabd61425 (patch)
tree83335d76de8961a9faaad03b9d6c81220fa32612 /modules/protocol/plexus.cpp
parentc6f85b9312decba0bbcf5dcba4b801a4aab29b56 (diff)
Fix 5e4d52ad4717fb07dde629902beb70c252c8c8b4 more
Diffstat (limited to 'modules/protocol/plexus.cpp')
-rw-r--r--modules/protocol/plexus.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp
index f3da6f058..9699a18a8 100644
--- a/modules/protocol/plexus.cpp
+++ b/modules/protocol/plexus.cpp
@@ -34,6 +34,7 @@ class PlexusProto : public IRCDProto
MaxModes = 4;
}
+ void SendSVSKillInternal(const MessageSource &source, User *targ, const Anope::string &reason) anope_override { hybrid->SendSVSKillInternal(source, targ, reason); }
void SendGlobalNotice(BotInfo *bi, const Server *dest, const Anope::string &msg) anope_override { hybrid->SendGlobalNotice(bi, dest, msg); }
void SendGlobalPrivmsg(BotInfo *bi, const Server *dest, const Anope::string &msg) anope_override { hybrid->SendGlobalPrivmsg(bi, dest, msg); }
void SendSQLine(User *u, const XLine *x) anope_override { hybrid->SendSQLine(u, x); }