1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 21:23:13 +02:00

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
This commit is contained in:
rburchell
2009-02-07 23:21:04 +00:00
parent 932391f34e
commit 1aba1eb3ea
+1 -1
View File
@@ -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;
}