1
0
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:
lethality
2012-01-14 15:58:51 +00:00
parent c462a69b7d
commit f38faedbda
+1 -1
View File
@@ -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;
}