summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h
index 742c211fc..a242a5b4f 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1130,7 +1130,7 @@ E void anope_SendKick(const char *source, const char *chan, const char *user, co
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_cmd_unban(const char *name, const char *nick); /* MODE -b */
-E void anope_cmd_bot_chan_mode(const char *nick, const char *chan); /* MODE BotServ */
+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_cmd_chg_nick(const char *oldnick, const char *newnick); /* NICK */
E void anope_SendClientIntroduction(const char *nick, const char *user,const char *host,const char *real,const char *modes); /* NICK */