We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c480fe9 commit 366fb23Copy full SHA for 366fb23
1 file changed
modules/third/os_notify.cpp
@@ -891,7 +891,7 @@ class CommandOSNotify : public Command
891
return true;
892
}
893
894
- void OnSyntaxError(CommandSource &source, const Anope::string &subcommand)
+ void OnSyntaxError(CommandSource &source, const Anope::string &subcommand) override
895
{
896
if (subcommand.equals_ci("ADD"))
897
source.Reply("ADD +\037expiry\037 \037flags\037 \037mask\037 [:]\037reason\037");
0 commit comments