1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 02:06:38 +02:00

Replaced anope_SendSQLineDel() with direct call to SendSQLineDel() in IRCDProto class.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1344 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02 20:18:03 +00:00
parent c3964f7483
commit 809f55f1cc
6 changed files with 7 additions and 13 deletions
-1
View File
@@ -1143,7 +1143,6 @@ E void anope_SendSVSO(const char *source,const char *nick, const char *flag);
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_SendSGLineDel(const char *mask); /* UNSGLINE */
E void anope_SendSQLineDel(const char *user); /* UNSQLINE */
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 */