summaryrefslogtreecommitdiff
path: root/modules/commands/cs_fantasy_top.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-04-11 00:20:24 -0500
committerAdam <Adam@anope.org>2013-04-11 00:20:24 -0500
commitcb64d806c164be33bf26ba300c0a15c130b91a15 (patch)
tree6eaca4f695ea84ce30bcf4f918476c79c6f3d313 /modules/commands/cs_fantasy_top.cpp
parent4f9b7874d6b3a41939ecc2e872ec08d03af7b5f1 (diff)
Remove the need for having to set syntax to "" for commands with no syntax
Diffstat (limited to 'modules/commands/cs_fantasy_top.cpp')
-rw-r--r--modules/commands/cs_fantasy_top.cpp2
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> &params);
@@ -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> &params);