summaryrefslogtreecommitdiffstats
path: root/Reaktor/titlebot/commands/help
diff options
context:
space:
mode:
Diffstat (limited to 'Reaktor/titlebot/commands/help')
-rwxr-xr-xReaktor/titlebot/commands/help11
1 files changed, 11 insertions, 0 deletions
diff --git a/Reaktor/titlebot/commands/help b/Reaktor/titlebot/commands/help
new file mode 100755
index 00000000..f04e43b7
--- /dev/null
+++ b/Reaktor/titlebot/commands/help
@@ -0,0 +1,11 @@
+#!/bin/sh
+cat <<EOF
+BGT Title Poll Bot:
+ .new TITLE - suggest a new title
+ .list <(age|votes)> - list all suggestions
+ .highest <NUM> - lists the NUM highest voted suggestions
+ .up NUM (NUM ...) - upvote one or more suggestions from .list
+ .undo NUM (NUM ...) - undo an upvote
+ .clear - clear the poll (auth required)
+EOF
+