summaryrefslogtreecommitdiffstats
path: root/Reaktor/titlebot/commands/help
blob: 475ea98e5058fa99513e59122808d8f0a5705ca6 (plain)
1
2
3
4
5
6
7
8
9
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