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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user