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 ###