1
0
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:
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02 18:58:23 +00:00
parent a22c4bf1da
commit 8001cc147d
4 changed files with 6 additions and 13 deletions
-1
View File
@@ -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 */