aboutsummaryrefslogtreecommitdiffstats
path: root/titlebot/commands/help
blob: fcc9b5356262e6e826647d3cf4fb7e0281b3e1b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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