diff options
author | makefu <github@syntax-fehler.de> | 2014-04-25 12:06:50 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-04-25 12:06:50 +0200 |
commit | 3907535dd48b94b3edd5facde0245719f04effb2 (patch) | |
tree | a25b7826c55cefe3be85f74b978bf0b9f2d19025 /Reaktor/titlebot/commands/help | |
parent | 9afc6e2d0237ae84c084cc05492bf0f285f98851 (diff) |
add titlebot Reaktor configuration
Diffstat (limited to 'Reaktor/titlebot/commands/help')
-rwxr-xr-x | Reaktor/titlebot/commands/help | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Reaktor/titlebot/commands/help b/Reaktor/titlebot/commands/help new file mode 100755 index 00000000..475ea98e --- /dev/null +++ b/Reaktor/titlebot/commands/help @@ -0,0 +1,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 + |