summaryrefslogtreecommitdiff
path: root/modules/protocol/ratbox.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2011-01-04 07:14:50 +0100
committerDukePyrolator <DukePyrolator@anope.org>2011-01-04 07:14:50 +0100
commit03ba592c4874f41844d871e69e5ebcd65ed1c0c8 (patch)
tree28706c6d0512162873a7be8a2a8092a0b4a6a0fb /modules/protocol/ratbox.cpp
parent57a06f72e231d8848393c8ba3bb4034a332bac4f (diff)
removed SendSVSMode(), we dont use it
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r--modules/protocol/ratbox.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp
index 43debc78d..28b23b1da 100644
--- a/modules/protocol/ratbox.cpp
+++ b/modules/protocol/ratbox.cpp
@@ -147,11 +147,6 @@ class RatboxProto : 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));
- }
-
/* SERVER name hop descript */
void SendServer(const Server *server)
{