diff options
-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 { /* |