aboutsummaryrefslogtreecommitdiffstats
path: root/titlebot/commands/help
diff options
context:
space:
mode:
Diffstat (limited to 'titlebot/commands/help')
-rwxr-xr-xtitlebot/commands/help12
1 files changed, 0 insertions, 12 deletions
diff --git a/titlebot/commands/help b/titlebot/commands/help
deleted file mode 100755
index fcc9b53..0000000
--- a/titlebot/commands/help
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
- .top <NUM> - alias for .highest
- .up NUM (NUM ...) - upvote one or more suggestions from .list
- .undo NUM (NUM ...) - undo an upvote
- .clear - clear the poll (auth required)
-EOF
-