From cb64d806c164be33bf26ba300c0a15c130b91a15 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 11 Apr 2013 00:20:24 -0500 Subject: Remove the need for having to set syntax to "" for commands with no syntax --- modules/commands/ns_update.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/commands/ns_update.cpp') diff --git a/modules/commands/ns_update.cpp b/modules/commands/ns_update.cpp index 7acbd8aef..115d4f2b9 100644 --- a/modules/commands/ns_update.cpp +++ b/modules/commands/ns_update.cpp @@ -19,7 +19,6 @@ class CommandNSUpdate : public Command CommandNSUpdate(Module *creator) : Command(creator, "nickserv/update", 0, 0) { this->SetDesc(_("Updates your current status, i.e. it checks for new memos")); - this->SetSyntax(""); this->RequireUser(true); } -- cgit