From 835a5e68f280247ed7e8f0a43c12673daea5332a Mon Sep 17 00:00:00 2001 From: Anselme Date: Mon, 5 Oct 2015 17:24:23 +0200 Subject: [PATCH] fixed fouras help --- app/fourasmodule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/fourasmodule.cpp b/app/fourasmodule.cpp index 1feb0e2..561a322 100644 --- a/app/fourasmodule.cpp +++ b/app/fourasmodule.cpp @@ -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;