mirror of
https://github.com/anope/anope.git
synced 2026-07-06 08:33:14 +02:00
Added a command:permission setting
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user