mirror of
https://github.com/anope/anope.git
synced 2026-07-04 13:13:14 +02:00
removed SendSVSMode(), we dont use it
This commit is contained in:
@@ -113,11 +113,6 @@ class InspIRCdProto : public IRCDProto
|
||||
send_cmd(source ? source->nick : Config->ServerName, "KILL %s :%s", user->nick.c_str(), buf.c_str());
|
||||
}
|
||||
|
||||
void SendSVSMode(const User *u, int ac, const char **av)
|
||||
{
|
||||
this->SendModeInternal(NULL, u, merge_args(ac, av));
|
||||
}
|
||||
|
||||
void SendNumericInternal(const Anope::string &source, int numeric, const Anope::string &dest, const Anope::string &buf)
|
||||
{
|
||||
send_cmd(source, "PUSH %s ::%s %03d %s %s", dest.c_str(), source.c_str(), numeric, dest.c_str(), buf.c_str());
|
||||
|
||||
Reference in New Issue
Block a user