1
0
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:
Sadie Powell
2026-02-08 12:37:27 +00:00
parent 766a18b0f1
commit bf5ab14a21
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -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;