1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 23:03:12 +02:00

This worked before but is a little weird

This commit is contained in:
Adam
2013-04-06 16:58:04 -05:00
parent 7a2e6aa5c2
commit 6a46a08a85
+1 -1
View File
@@ -170,7 +170,7 @@ class CommandCSMode : public Command
}
Anope::string mode_param;
if (!cm->type == MODE_REGULAR && !sep.GetToken(mode_param))
if (cm->type != MODE_REGULAR && !sep.GetToken(mode_param))
source.Reply(_("Missing parameter for mode %c."), cm->mchar);
else
{