summaryrefslogtreecommitdiff
path: root/modules/core/ns_getemail.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-04 21:59:01 -0400
committerAdam <Adam@anope.org>2011-08-04 21:59:01 -0400
commit9ec18a3b020932eee6242c878149c484f49b13cb (patch)
tree6f0470e27bf4f3ced0f6833db00134f4b29a79a9 /modules/core/ns_getemail.cpp
parent773a1f3075fa12700d41598c0b8a8dd7caf9011e (diff)
Added a command:permission setting
Diffstat (limited to 'modules/core/ns_getemail.cpp')
-rw-r--r--modules/core/ns_getemail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_getemail.cpp b/modules/core/ns_getemail.cpp
index 7519ae6d0..fa27e5174 100644
--- a/modules/core/ns_getemail.cpp
+++ b/modules/core/ns_getemail.cpp
@@ -20,7 +20,7 @@
class CommandNSGetEMail : public Command
{
public:
- CommandNSGetEMail(Module *creator) : Command(creator, "nickserv/getemail", 1, 1, "nickserv/getemail")
+ CommandNSGetEMail(Module *creator) : Command(creator, "nickserv/getemail", 1, 1)
{
this->SetDesc(_("Matches and returns all users that registered using given email"));
this->SetSyntax(_("\037user@email-host\037"));