mirror of
https://github.com/anope/anope.git
synced 2026-07-08 00:03:13 +02:00
Standardized some of the SyntaxError/Help replies and corrected some syntax in BotServ set
This commit is contained in:
@@ -189,7 +189,7 @@ class CommandOSSet : public Command
|
||||
else if (option.equals_ci("NOEXPIRE"))
|
||||
return this->DoSetNoExpire(source, params);
|
||||
else
|
||||
source.Reply(_("Unknown option \002%s\002."), option.c_str());
|
||||
this->OnSyntaxError(source, "");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user