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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user