1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 22:06:39 +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
-10
View File
@@ -300,16 +300,6 @@ class UnrealIRCdProto : public IRCDProto
send_cmd(source, "BX %s :%s", nick.c_str(), chan.c_str());
}
/* svspart
parv[0] - sender
parv[1] - nick to make part
parv[2] - channel(s) to part
*/
void SendSVSPart(const Anope::string &source, const Anope::string &nick, const Anope::string &chan)
{
send_cmd(source, "BT %s :%s", nick.c_str(), chan.c_str());
}
void SendSWhois(const Anope::string &source, const Anope::string &who, const Anope::string &mask)
{
send_cmd(source, "BA %s :%s", who.c_str(), mask.c_str());