From 3907535dd48b94b3edd5facde0245719f04effb2 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 25 Apr 2014 12:06:50 +0200 Subject: add titlebot Reaktor configuration --- Reaktor/titlebot/commands/help | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 Reaktor/titlebot/commands/help (limited to 'Reaktor/titlebot/commands/help') 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 < - 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 + -- cgit v1.2.3 From 92fe3350fe6e3da26fa1ad0522aabaa0f146d575 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 5 May 2014 09:53:32 +0200 Subject: Merge all the shits --- Reaktor/titlebot/commands/help | 1 + 1 file changed, 1 insertion(+) (limited to 'Reaktor/titlebot/commands/help') diff --git a/Reaktor/titlebot/commands/help b/Reaktor/titlebot/commands/help index 475ea98e..f04e43b7 100755 --- a/Reaktor/titlebot/commands/help +++ b/Reaktor/titlebot/commands/help @@ -3,6 +3,7 @@ cat < - list all suggestions + .highest - lists the NUM highest voted suggestions .up NUM (NUM ...) - upvote one or more suggestions from .list .undo NUM (NUM ...) - undo an upvote .clear - clear the poll (auth required) -- cgit v1.2.3