diff options
Diffstat (limited to 'modules/commands/ns_update.cpp')
-rw-r--r-- | modules/commands/ns_update.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |