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:
@@ -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] : "");
|
||||
|
||||
Reference in New Issue
Block a user