diff options
Diffstat (limited to 'src/command.cpp')
-rw-r--r-- | src/command.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command.cpp b/src/command.cpp index 9f1b26fa4..976f89de7 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -239,7 +239,6 @@ void RunCommand(CommandSource &source, const Anope::string &message) if (MOD_RESULT == EVENT_STOP) return; - if (params.size() < c->MinParams) { c->OnSyntaxError(source, !params.empty() ? params[params.size() - 1] : ""); |