mirror of
https://github.com/anope/anope.git
synced 2026-07-04 04:03:12 +02:00
Added a command:permission setting
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class CommandNSGetPass : public Command
|
||||
{
|
||||
public:
|
||||
CommandNSGetPass(Module *creator) : Command(creator, "nickserv/getpass", 1, 1, "nickserv/getpass")
|
||||
CommandNSGetPass(Module *creator) : Command(creator, "nickserv/getpass", 1, 1)
|
||||
{
|
||||
this->SetDesc(_("Retrieve the password for a nickname"));
|
||||
this->SetSyntax(_("\037nickname\037"));
|
||||
|
||||
Reference in New Issue
Block a user