aboutsummaryrefslogtreecommitdiffstats
path: root/titlebot/commands/help
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-04-25 12:06:50 +0200
committermakefu <github@syntax-fehler.de>2014-04-25 12:06:50 +0200
commitd7bdbaaa1659289be2b07a532f98058ecba32916 (patch)
tree4edc9a3122af6aad33fe82e57805e0a9e75ba689 /titlebot/commands/help
parent09bc409155e99b04cb2282faa01548a40a2c135a (diff)
add titlebot Reaktor configuration
Diffstat (limited to 'titlebot/commands/help')
-rwxr-xr-xtitlebot/commands/help10
1 files changed, 10 insertions, 0 deletions
diff --git a/titlebot/commands/help b/titlebot/commands/help
new file mode 100755
index 0000000..475ea98
--- /dev/null
+++ b/titlebot/commands/help
@@ -0,0 +1,10 @@
+#!/bin/sh
+cat <<EOF
+BGT Title Poll Bot:
+ .new TITLE - suggest a new title
+ .list <(age|votes)> - list all suggestions
+ .up NUM (NUM ...) - upvote one or more suggestions from .list
+ .undo NUM (NUM ...) - undo an upvote
+ .clear - clear the poll (auth required)
+EOF
+