]> 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 6f1802afa578b2daf58dc261e0b2d075746f08c4..2d17773051363ea4cb4c1b5b77798bb85ad0717e 100644 (file)
@@ -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]