From 06de2103c33e6ac37408b0194da5b5b292737815 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 6 Oct 2014 15:38:21 +0000 Subject: [PATCH] Add fedora-docs fedmsg bot. --- roles/fedmsg/irc/templates/ircbot.py.j2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/roles/fedmsg/irc/templates/ircbot.py.j2 b/roles/fedmsg/irc/templates/ircbot.py.j2 index 4e56e8b4cd..ac089624b4 100644 --- a/roles/fedmsg/irc/templates/ircbot.py.j2 +++ b/roles/fedmsg/irc/templates/ircbot.py.j2 @@ -123,6 +123,24 @@ config = dict( body=['^((?!fedora-badges).)*$'], ), ), + + # And #fedora-docs wants in on the action + dict( + network='chat.freenode.net', + port=6667, + make_pretty=True, + make_terse=True, + + {% if env == 'staging' %} + nickname='fedmsg-docs-stg', + {% else %} + nickname='fedmsg-docs', + {% endif %} + channel='#fedora-docs', + filters=dict( + body=['^((?!\/srv\/git\/docs).)*$'], + ), + ), ], ### Possible colors are ###