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 4c7ea2c7ac72a28092a3770e317adbcbac0c8875
parent 82424bc2901f615439e1359ad92cd3e74d84d4d4
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sat, 12 Dec 2015 23:57:09 +0100

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",