]> jfr.im git - irc/rizon/acid.git/blobdiff - vizon/vizon.example.yml
Merge branch 'vizon/announce-winners' into 'master'
[irc/rizon/acid.git] / vizon / vizon.example.yml
index 6cea8c4439342c35367a447504dabc82d18d79a8..005c6a74623675676787bb62c0eea7ecaac7d6c5 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
@@ -64,6 +68,15 @@ clients:
     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"