]> jfr.im git - irc/rizon/acid.git/blobdiff - vizon/vizon.example.yml
Pull image by last known working digest
[irc/rizon/acid.git] / vizon / vizon.example.yml
index 6cea8c4439342c35367a447504dabc82d18d79a8..2d17773051363ea4cb4c1b5b77798bb85ad0717e 100644 (file)
@@ -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,21 +53,45 @@ 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"
 vizonDebugChannel: "#opers"