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

Fixed up the MySQL Query code and finished some command code I forgot earlier

This commit is contained in:
Adam
2011-04-23 05:01:10 -04:00
parent 13aa58ce5d
commit 6922bd239c
8 changed files with 632 additions and 254 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class ChanServBotInfo : public BotInfo
}
else if (!c->HasFlag(CFLAG_ALLOW_UNREGISTEREDCHANNEL))
{
u->SendMessage(this, _(_(CHAN_X_NOT_REGISTERED)), param.c_str());
u->SendMessage(this, _(CHAN_X_NOT_REGISTERED), param.c_str());
PopLanguage();
return;
}