diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2011-01-04 07:14:50 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2011-01-04 07:14:50 +0100 |
commit | 03ba592c4874f41844d871e69e5ebcd65ed1c0c8 (patch) | |
tree | 28706c6d0512162873a7be8a2a8092a0b4a6a0fb /modules/protocol/plexus.cpp | |
parent | 57a06f72e231d8848393c8ba3bb4034a332bac4f (diff) |
removed SendSVSMode(), we dont use it
Diffstat (limited to 'modules/protocol/plexus.cpp')
-rw-r--r-- | modules/protocol/plexus.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index f18dac52b..a48b83adf 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -144,11 +144,6 @@ class PlexusProto : public IRCDProto send_cmd(source ? source->GetUID() : Config->Numeric, "KILL %s :%s", user->GetUID().c_str(), buf.c_str()); } - void SendSVSMode(const User *u, int ac, const char **av) - { - this->SendModeInternal(NULL, u, merge_args(ac, av)); - } - void SendServer(const Server *server) { if (server == Me) |