summaryrefslogtreecommitdiff
path: root/src/core/bs_bot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/bs_bot.c')
-rw-r--r--src/core/bs_bot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_bot.c b/src/core/bs_bot.c
index a93f2396a..805b4dcfa 100644
--- a/src/core/bs_bot.c
+++ b/src/core/bs_bot.c
@@ -295,7 +295,7 @@ int do_bot(User * u)
the Q:Line either (it's otherwise set in SendClientIntroduction) */
if (!user) {
anope_SendChangeBotNick(oldnick, bi->nick);
- anope_SendSQLine(bi->nick, "Reserved for services");
+ ircdproto->SendSQLine(bi->nick, "Reserved for services");
} else {
ircdproto->SendQuit(oldnick, "Quit: Be right back");