1
0
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:
lethality
2011-08-08 06:19:35 +01:00
parent ade92395a0
commit 286a9edb1e
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -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;
}