#!/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