diff options
Diffstat (limited to 'modules/commands/cs_fantasy_top.cpp')
-rw-r--r-- | modules/commands/cs_fantasy_top.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/commands/cs_fantasy_top.cpp b/modules/commands/cs_fantasy_top.cpp index 4bad46e51..2f445028b 100644 --- a/modules/commands/cs_fantasy_top.cpp +++ b/modules/commands/cs_fantasy_top.cpp @@ -62,7 +62,6 @@ class CommandCSGTop : public Command CommandCSGTop(Module *creator) : Command (creator, "chanserv/gtop", 0, 1) { this->SetDesc(_("Displays the top 3 users of the network")); - this->SetSyntax(""); } void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms); @@ -74,7 +73,6 @@ class CommandCSGTop10 : public Command CommandCSGTop10(Module *creator) : Command (creator, "chanserv/gtop10", 0, 1) { this->SetDesc(_("Displays the top 10 users of the network")); - this->SetSyntax(""); } void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms); |