mirror of
https://github.com/anope/anope.git
synced 2026-07-10 08:43:13 +02:00
Replaced anope_SendAkillDel() with direct call to SendAkillDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1322 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1147,7 +1147,6 @@ E void anope_cmd_action(const char *source, const char *dest, const char *fmt, .
|
||||
E void anope_SendGlobalPrivmsg(const char *source, const char *dest, const char *msg); /* PRIVMSG */
|
||||
E void anope_cmd_protoctl(); /* PROTOCTL */
|
||||
E void anope_SendQuit(const char *source, const char *fmt, ...); /* QUIT */
|
||||
E void anope_SendAkillDel(const char *user, const char *host); /* RAKILL */
|
||||
E void anope_SendSGLine(const char *mask, const char *reason); /* SGLINE */
|
||||
E void anope_SendSQLine(const char *mask, const char *reason); /* SQLINE */
|
||||
E void anope_SendSZLine(const char *mask, const char *reason, const char *whom); /* SZLINE */
|
||||
|
||||
Reference in New Issue
Block a user