diff options
author | Adam <Adam@anope.org> | 2011-08-16 13:43:01 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-16 13:43:01 -0400 |
commit | 2d9ddb065ff53fc853d16040ddeb36215a9a6186 (patch) | |
tree | 5c298bd418c8c74b47bd2d382ddff84545e09dce | |
parent | 1f542e1e75e9dd9a0f4ff286f540918fac0dd7b5 (diff) |
Bug #1316 - added permissions for hs_request commands
-rw-r--r-- | data/hostserv.example.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/hostserv.example.conf b/data/hostserv.example.conf index 7e30cfccd..45693f011 100644 --- a/data/hostserv.example.conf +++ b/data/hostserv.example.conf @@ -133,9 +133,9 @@ command { service = "HostServ"; name = "ON"; command = "hostserv/on"; } */ module { name = "hs_request" } command { service = "HostServ"; name = "REQUEST"; command = "hostserv/request"; } -command { service = "HostServ"; name = "ACTIVATE"; command = "hostserv/activate"; } -command { service = "HostServ"; name = "REJECT"; command = "hostserv/reject"; } -command { service = "HostServ"; name = "WAITING"; command = "hostserv/waiting"; } +command { service = "HostServ"; name = "ACTIVATE"; command = "hostserv/activate"; permission = "hostserv/set"; } +command { service = "HostServ"; name = "REJECT"; command = "hostserv/reject"; permission = "hostserv/set"; } +command { service = "HostServ"; name = "WAITING"; command = "hostserv/waiting"; permission = "hostserv/set"; } hs_request { /* |