1
0
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:
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
@@ -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());