diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 18:26:56 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 18:26:56 +0000 |
commit | 0ded22502384bd69c45fbc2ecd9d99172ff51910 (patch) | |
tree | ccb656e76d66ea2c46125231daf95a8dff52a9f6 /include/extern.h | |
parent | a29d23a06e3ba98c793cffecae1bf682f251178d (diff) |
Replaced anope_SendMode() with direct call to SendMode() in IRCDProto class.
Also added SendModeInternal() function to IRCDProto class, now SendMode() is a stub to handle varargs.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1329 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 50637b337..8be0f2894 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1125,7 +1125,6 @@ E void anope_SendGlobops(const char *source, const char *fmt, ...); E void anope_SendInvite(const char *source, const char *chan, const char *nick); /* INVITE */ E void anope_SendJoin(const char *user, const char *channel, time_t chantime); /* JOIN */ E void anope_SendKick(const char *source, const char *chan, const char *user, const char *fmt, ...); /* KICK */ -E void anope_SendMode(const char *source, const char *dest, const char *fmt, ...); /* MODE */ E void anope_cmd_tmode(const char *source, const char *dest, const char *fmt, ...); /* TMODE */ E void anope_SendBanDel(const char *name, const char *nick); /* MODE -b */ E void anope_SendBotOp(const char *nick, const char *chan); /* MODE BotServ */ |