diff options
author | lassulus <lassulus@lassul.us> | 2018-09-18 19:01:36 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-09-18 19:01:36 +0200 |
commit | 2dfb816ddadb34e5b11676ef18c3c2f9079c8146 (patch) | |
tree | 59658869371ec5ac11fcd749cf270e1be655d1f5 /titlebot/commands/help | |
parent | 00b26ca0bb45d0fb7989a3ddf506bd8230363a14 (diff) |
throw away dead code
Diffstat (limited to 'titlebot/commands/help')
-rwxr-xr-x | titlebot/commands/help | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/titlebot/commands/help b/titlebot/commands/help deleted file mode 100755 index fcc9b53..0000000 --- a/titlebot/commands/help +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 - |