X-Git-Url: https://jfr.im/git/irc/rizon/acid.git/blobdiff_plain/92e592410e606d4ef6112dba906dd8e77127e28d..refs/merge-requests/98/head:/vizon/vizon.example.yml diff --git a/vizon/vizon.example.yml b/vizon/vizon.example.yml index 6f1802a..2d17773 100644 --- a/vizon/vizon.example.yml +++ b/vizon/vizon.example.yml @@ -7,6 +7,10 @@ clients: name: VIzon modes: iUop channels: [ vizonChannel, vizonCommandChannel ] + # Command privilege levels: + # none - All opers can use + # anyone - Any user can use + # flag - Only opers with correct flag can use commands: - name: help @@ -49,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] @@ -69,8 +88,13 @@ clients: channels: [vizonCommandChannel] privilege: none clazz: net.rizon.acid.plugins.vizon.commands.OrderResultsCommand + - + name: vhost + privilege: none + clazz: net.rizon.acid.plugins.vizon.commands.ModifyVhostCommand vizonChannel: "#opers" +vizonDebugChannel: "#opers" vizonBot: "VizonBot" days: [3, 5, 7]