1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 08:33:12 +02:00

Replaced anope_SendSZLineDel() with direct call to SendSZLineDel() in IRCDProto class.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1359 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02 21:55:12 +00:00
parent 82fa350987
commit 9c685cd1d5
3 changed files with 1 additions and 7 deletions
-1
View File
@@ -1130,7 +1130,6 @@ E void anope_SendSVSJoin(const char *source, const char *nick,const char *chan,
E void anope_SendSVSMode_chan(const char *name, const char *mode, const char *nick); /* SVSMODE */
E void anope_SendSVSPart(const char *source, const char *nick,const char *chan); /* SVSPART */
E void anope_SendSWhois(const char *source, const char *who, const char *mask); /* SWHOIS */
E void anope_SendSZLineDel(const char *mask); /* UNSZLINE */
E void anope_SendEOB(); /* EOB - end of burst */
E void anope_cmd_burst(); /* BURST - use eob to send burst 0 */
E void anope_cmd_svswatch(const char *sender, const char *nick, const char *parm);