diff options
author | Adam <Adam@anope.org> | 2012-10-08 04:16:23 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-08 04:16:23 -0400 |
commit | e57b470e83fac205a354138b1daccec654214e39 (patch) | |
tree | 4574a088eda4bc5fa141f7bcbda07e141eae260a /src/command.cpp | |
parent | b8b63ff115f0daddf479b0da507a2f731255a06d (diff) |
Made fantasy commands configurable
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] : ""); |