blob: f04e43b73fd42fe35d46aef714f9d90d1185b4dd (
plain)
| 1
2
3
4
5
6
7
8
9
10
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
 |