X-Git-Url: https://jfr.im/git/irc/rizon/acid.git/blobdiff_plain/02e4f2e3e64997175693a1505f7e40a49f626ec5..refs/merge-requests/98/head:/vizon/vizon.example.yml diff --git a/vizon/vizon.example.yml b/vizon/vizon.example.yml index 0387e69..2d17773 100644 --- a/vizon/vizon.example.yml +++ b/vizon/vizon.example.yml @@ -53,16 +53,31 @@ clients: channels: [vhost] privilege: none clazz: net.rizon.acid.plugins.vizon.commands.PendingRequestCommand + - + name: p + channels: [vhost] + privilege: none + clazz: net.rizon.acid.plugins.vizon.commands.PendingRequestCommand - name: approve channels: [vhost] privilege: none clazz: net.rizon.acid.plugins.vizon.commands.ApproveRequestCommand + - + name: a + channels: [vhost] + privilege: none + clazz: net.rizon.acid.plugins.vizon.commands.ApproveRequestCommand - name: reject channels: [vhost] privilege: none clazz: net.rizon.acid.plugins.vizon.commands.RejectRequestCommand + - + name: r + channels: [vhost] + privilege: none + clazz: net.rizon.acid.plugins.vizon.commands.RejectRequestCommand - name: delete channels: [vhost] @@ -79,6 +94,7 @@ clients: clazz: net.rizon.acid.plugins.vizon.commands.ModifyVhostCommand vizonChannel: "#opers" +vizonDebugChannel: "#opers" vizonBot: "VizonBot" days: [3, 5, 7]