diff options
author | Adam <Adam@anope.org> | 2013-04-11 00:20:24 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-11 00:20:24 -0500 |
commit | cb64d806c164be33bf26ba300c0a15c130b91a15 (patch) | |
tree | 6eaca4f695ea84ce30bcf4f918476c79c6f3d313 /modules/commands/ns_register.cpp | |
parent | 4f9b7874d6b3a41939ecc2e872ec08d03af7b5f1 (diff) |
Remove the need for having to set syntax to "" for commands with no syntax
Diffstat (limited to 'modules/commands/ns_register.cpp')
-rw-r--r-- | modules/commands/ns_register.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/ns_register.cpp b/modules/commands/ns_register.cpp index af7853c5a..49e6a84d9 100644 --- a/modules/commands/ns_register.cpp +++ b/modules/commands/ns_register.cpp @@ -285,7 +285,6 @@ class CommandNSResend : public Command public: CommandNSResend(Module *creator) : Command(creator, "nickserv/resend", 0, 0) { - this->SetSyntax(""); } void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override |