mirror of
https://github.com/anope/anope.git
synced 2026-07-10 09:23:14 +02:00
Replaced anope_cmd_notice() with direct call to SendNotice() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1334 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1129,7 +1129,6 @@ E void anope_SendBanDel(const char *name, const char *nick); /
|
||||
E void anope_SendBotOp(const char *nick, const char *chan); /* MODE BotServ */
|
||||
E void anope_cmd_netinfo(int ac, const char **av); /* NETINFO */
|
||||
E void anope_SendChangeBotNick(const char *oldnick, const char *newnick); /* NICK */
|
||||
E void anope_cmd_notice(const char *source, const char *dest, const char *msg); /* NOTICE */
|
||||
E void anope_SendGlobalNotice(const char *source, const char *dest, const char *msg); /* NOTICE */
|
||||
E void anope_SendPart(const char *nick, const char *chan, const char *fmt, ...); /* PART */
|
||||
E void anope_cmd_pass(const char *pass); /* PASS */
|
||||
|
||||
Reference in New Issue
Block a user