mirror of
https://github.com/anope/anope.git
synced 2026-07-09 22:23:12 +02:00
Fixed bug #1258, more Windows stuff, and more language strings
This commit is contained in:
@@ -35,7 +35,7 @@ class CommandBSAct : public Command
|
||||
|
||||
if (!ci->bi)
|
||||
{
|
||||
source.Reply(_(BOT_NOT_ASSIGNED));
|
||||
source.Reply(_(BOT_NOT_ASSIGNED), Config->UseStrictPrivMsgString.c_str(), BotServ->nick.c_str());
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user