summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 19:18:40 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-10-02 19:18:40 +0000
commit877791d8b63ee88f4edf9bcd2261a6bbafcde8af (patch)
tree415b85e2343a6c9d289e5164b32a3383b7f5c8e9 /include/extern.h
parent14ceeafb1d88dd688a9ad428988f29e562dbacf0 (diff)
Replaced anope_SendBotOp() with direct call to SendBotOp() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1340 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h
index 796dc011c..2179bd414 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1123,7 +1123,6 @@ E void anope_SendInvite(const char *source, const char *chan, const char *nick);
E void anope_SendJoin(const char *user, const char *channel, time_t chantime); /* JOIN */
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 */
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_SendPart(const char *nick, const char *chan, const char *fmt, ...); /* PART */