X-Git-Url: https://jfr.im/git/irc/rizon/acid.git/blobdiff_plain/8c3f31437523f4cdd7e3401bb3fa0fc25068559f..refs/merge-requests/98/head:/vizon/vizon.example.yml diff --git a/vizon/vizon.example.yml b/vizon/vizon.example.yml index 405646e..2d17773 100644 --- a/vizon/vizon.example.yml +++ b/vizon/vizon.example.yml @@ -6,7 +6,11 @@ clients: vhost: for.everyone name: VIzon modes: iUop - channels: [ vizonChannel ] + 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,24 +53,48 @@ 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] privilege: none clazz: net.rizon.acid.plugins.vizon.commands.DeleteCommand + - + name: order + 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" -vizonDebug: "#opers" +vizonDebugChannel: "#opers" vizonBot: "VizonBot" days: [3, 5, 7]