]> jfr.im git - irc/rizon/acid.git/commitdiff
Add shorthand versions of admin commands
authorDwarf <redacted>
Sat, 14 Apr 2018 19:19:39 +0000 (21:19 +0200)
committerDwarf <redacted>
Sat, 14 Apr 2018 19:19:39 +0000 (21:19 +0200)
vizon/vizon.example.yml

index 005c6a74623675676787bb62c0eea7ecaac7d6c5..2d17773051363ea4cb4c1b5b77798bb85ad0717e 100644 (file)
@@ -53,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]