mirror of
https://github.com/anope/anope.git
synced 2026-07-05 17:03:12 +02:00
Added a command:permission setting
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class CommandOSKick : public Command
|
||||
{
|
||||
public:
|
||||
CommandOSKick(Module *creator) : Command(creator, "operserv/kick", 3, 3, "operserv/kick")
|
||||
CommandOSKick(Module *creator) : Command(creator, "operserv/kick", 3, 3)
|
||||
{
|
||||
this->SetDesc(_("Kick a user from a channel"));
|
||||
this->SetSyntax(_("\037channel\037 \037user\037 \037reason\037"));
|
||||
|
||||
Reference in New Issue
Block a user