1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 07:36:39 +02:00

removed SendSVSMode(), we dont use it

This commit is contained in:
DukePyrolator
2011-01-04 07:14:50 +01:00
parent 57a06f72e2
commit 03ba592c48
7 changed files with 0 additions and 70 deletions
-5
View File
@@ -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)