mirror of
https://github.com/anope/anope.git
synced 2026-07-08 03:23:13 +02:00
Added a command:permission setting
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class CommandOSSVSNick : public Command
|
||||
{
|
||||
public:
|
||||
CommandOSSVSNick(Module *creator) : Command(creator, "operserv/svsnick", 2, 2, "operserv/svsnick")
|
||||
CommandOSSVSNick(Module *creator) : Command(creator, "operserv/svsnick", 2, 2)
|
||||
{
|
||||
this->SetDesc(_("Forcefully change a user's nickname"));
|
||||
this->SetSyntax(_("\037nick\037 \037newnick\037"));
|
||||
|
||||
Reference in New Issue
Block a user