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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user