1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 02:06:39 +02:00

Made fantasy commands configurable

This commit is contained in:
Adam
2012-10-08 04:16:23 -04:00
parent b8b63ff115
commit e57b470e83
7 changed files with 168 additions and 54 deletions
-1
View File
@@ -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] : "");