summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-07 23:21:04 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-07 23:21:04 +0000
commit1aba1eb3ea635756a44c4221b22b688ccd2ec9ab (patch)
tree665a53ba391665972dbcce542c3865d0d25f5f85
parent932391f34e7e3bc9967582c61d0bf98f9c599625 (diff)
Indicate what bot wasn't modified (CBX, this was our bug! :)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1948 5417fbe8-f217-4b02-8779-1006273d7864
-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 0bb92e810..92514950a 100644
--- a/src/core/bs_bot.c
+++ b/src/core/bs_bot.c
@@ -223,7 +223,7 @@ int do_bot(User * u)
if (nickIsServices(nick, 0))
{
- notice_lang(s_BotServ, u, BOT_DOES_NOT_EXIST);
+ notice_lang(s_BotServ, u, BOT_DOES_NOT_EXIST, oldnick);
return MOD_CONT;
}