fixed fouras help

This commit is contained in:
Anselme 2015-10-05 17:24:23 +02:00
parent b422a14601
commit 835a5e68f2

View File

@ -23,7 +23,7 @@ bool FourasModule::messageHandler(Message msg)
answer.append(say(line));
return true;
}
else if(msg.args.compare("!help"))
else if(msg.args.compare("!help fouras") == 0)
{
answer = privateSay("fouras commands : !fouras, !answer", msg.nick);
return true;