mirror of
https://github.com/anope/anope.git
synced 2026-07-06 08:53:13 +02:00
Fixed an incorrect crash-causing response when an invalid option is specified in botservs kickers
This commit is contained in:
@@ -454,7 +454,7 @@ class CommandBSKick : public Command
|
||||
}
|
||||
}
|
||||
else
|
||||
source.Reply(UNKNOWN_OPTION, Config->UseStrictPrivMsgString.c_str(), option.c_str(), this->name.c_str());
|
||||
this->OnSyntaxError(source, "");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user