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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user