From 03ba592c4874f41844d871e69e5ebcd65ed1c0c8 Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Tue, 4 Jan 2011 07:14:50 +0100 Subject: removed SendSVSMode(), we dont use it --- modules/protocol/plexus.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/protocol/plexus.cpp') 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) -- cgit