mirror of
https://github.com/anope/anope.git
synced 2026-07-02 22:23:13 +02:00
Added a command:permission setting
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class CommandHSList : public Command
|
||||
{
|
||||
public:
|
||||
CommandHSList(Module *creator) : Command(creator, "hostserv/list", 0, 1, "hostserv/list")
|
||||
CommandHSList(Module *creator) : Command(creator, "hostserv/list", 0, 1)
|
||||
{
|
||||
this->SetDesc(_("Displays one or more vhost entries."));
|
||||
this->SetSyntax(_("\002[<key>|<#X-Y>]"));
|
||||
|
||||
Reference in New Issue
Block a user