summaryrefslogtreecommitdiff
path: root/src/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.cpp')
-rw-r--r--src/command.cpp1
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] : "");