mirror of
https://github.com/anope/anope.git
synced 2026-07-07 11:23:13 +02:00
Also build regex_tre on Windows.
This commit is contained in:
@@ -434,7 +434,7 @@ class CommandCSMode final
|
||||
break;
|
||||
}
|
||||
Anope::string mode_param;
|
||||
if (NeedsParam(cm, adding) && !sep.GetToken(mode_param))
|
||||
if (NeedsParam(cm, adding && setting) && !sep.GetToken(mode_param))
|
||||
{
|
||||
missingparam.Push(cm, mode_param, adding);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user