Skip to content

Commit 366fb23

Browse files
committed
Update os_notify.cpp
1 parent c480fe9 commit 366fb23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/third/os_notify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ class CommandOSNotify : public Command
891891
return true;
892892
}
893893

894-
void OnSyntaxError(CommandSource &source, const Anope::string &subcommand)
894+
void OnSyntaxError(CommandSource &source, const Anope::string &subcommand) override
895895
{
896896
if (subcommand.equals_ci("ADD"))
897897
source.Reply("ADD +\037expiry\037 \037flags\037 \037mask\037 [:]\037reason\037");

0 commit comments

Comments
 (0)