mirror of
https://github.com/anope/anope.git
synced 2026-07-01 23:06:38 +02:00
operserv.example.conf: Add missing permission definition to os_defcon's command. Fixes bug #1617.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user