freifunk-bot

Modular parser for the hackerspace door status with handlers for multiple services
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.git
Log | Files | Refs | README | LICENSE

commit beb25541e48bb7288cc1889ca979e272e0b9cdf7
parent 82424bc2901f615439e1359ad92cd3e74d84d4d4
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sat, 12 Dec 2015 23:57:20 +0100

Merge pull request #1 from MTRNord/patch-1

Add Bug function
Diffstat:
Mcommands.json | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/commands.json b/commands.json @@ -43,6 +43,12 @@ "target": "from" }, { + "keyword": "bug", + "message": "You have found an bug? :O Send it right now to https://github.com/MTRNord/nordlab-hackerspace-door/issues", + "argument": "0", + "target": "from" + }, + { "keyword": "klassiker", "message": "Für mehr oder weniger hilfreiche Kommentare den klassiker fragen.", "argument": "0",