1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 06:26:38 +02:00

Fixed compile from the earlier merge

This commit is contained in:
Adam
2011-05-19 20:36:39 -04:00
parent 13915d8b57
commit 7e5727288d
4 changed files with 44 additions and 5 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ class CommandBSSet : public Command
SyntaxError(source, "SET MSG", _("SET \037channel\037 MSG {\037OFF|PRIVMSG|NOTICE|\037}"));
}
else
source.Reply(_(UNKNOWN_OPTION), option.c_str(), Config->UseStrictPrivMsgString.c_str(), BotServ->nick.c_str(), this->name.c_str());
source.Reply(_(UNKNOWN_OPTION), option.c_str(), Config->UseStrictPrivMsgString.c_str(), Config->s_BotServ.c_str(), this->name.c_str());
}
return MOD_CONT;