fixed fouras help
This commit is contained in:
parent
b422a14601
commit
835a5e68f2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user