We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897b45c commit bf61bdbCopy full SHA for bf61bdb
src/GmCommands.cpp
@@ -396,9 +396,9 @@ class GmCommands : public AllCommandScript
396
return true;
397
398
if (!sGMCommands->IsCommandAllowed(accountId, name))
399
- return true; // lascia il controllo standard (li nascondi / blocchi)
+ return true;
400
401
- return false; // comando whitelist: salta who.IsAvailable()
+ return false;
402
}
403
404
bool OnTryExecuteCommand(ChatHandler& handler, std::string_view /*cmdStr*/) override
0 commit comments