1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 17:36:37 +02:00

removed SendSVSPart(), we dont use it

This commit is contained in:
DukePyrolator
2011-01-04 07:33:34 +01:00
parent 03ba592c48
commit 7198fa73d1
4 changed files with 0 additions and 23 deletions
-5
View File
@@ -258,11 +258,6 @@ class InspIRCdProto : public IRCDProto
send_cmd(source, "SVSJOIN %s %s", nick.c_str(), chan.c_str());
}
void SendSVSPart(const Anope::string &source, const Anope::string &nick, const Anope::string &chan)
{
send_cmd(source, "SVSPART %s %s", nick.c_str(), chan.c_str());
}
void SendBOB()
{
send_cmd("", "BURST %ld", static_cast<long>(Anope::CurTime));