diff options
author | Robby- <robby@chat.be> | 2014-10-09 23:35:38 +0200 |
---|---|---|
committer | Robby- <robby@chat.be> | 2014-10-09 23:35:38 +0200 |
commit | 0991d4e1998c5a87c8deb3f9460685eed0212160 (patch) | |
tree | fa854c21ed07b2f83b4efab8cb4cf0aa71d51b14 | |
parent | 58233fb8bcc5c32f226e0bd37d3a8abe479e310e (diff) |
operserv.example.conf: Add missing permission definition to os_defcon's command. Fixes bug #1617.
-rw-r--r-- | data/operserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index c81cf0e61..bfbce6013 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -260,7 +260,7 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill" */ #akillreason = "This network is currently not accepting connections, please try again later." } -#command { service = "OperServ"; name = "DEFCON"; command = "operserv/defcon"; } +#command { service = "OperServ"; name = "DEFCON"; command = "operserv/defcon"; permission = "operserv/defcon"; } /* * os_dns |