diff options
| author | Ralph Bean <rbean@redhat.com> | 2016-12-08 17:13:22 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2016-12-08 17:13:22 +0000 |
| commit | a9982c1ce9be2d4e1d28f5f5fcb89eefd634401b (patch) | |
| tree | 58795bbc822c42ef18ab3e8b13d8014c3498d848 /roles/fedmsg/irc/templates | |
| parent | 0d5bec46f19e97a94d6e25013bec981368765597 (diff) | |
| download | ansible-a9982c1ce9be2d4e1d28f5f5fcb89eefd634401b.tar.gz ansible-a9982c1ce9be2d4e1d28f5f5fcb89eefd634401b.tar.xz ansible-a9982c1ce9be2d4e1d28f5f5fcb89eefd634401b.zip | |
Move the fedora modularity bot to another channel due to spam.
Diffstat (limited to 'roles/fedmsg/irc/templates')
| -rw-r--r-- | roles/fedmsg/irc/templates/ircbot.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index c3097b0b2..5c16546df 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -366,7 +366,7 @@ config = dict( ), ), - # And #fedora-modularity + # And #fedora-modularity-bots dict( network='chat.freenode.net', port=6667, @@ -378,7 +378,7 @@ config = dict( {% else %} nickname='fm-mod', {% endif %} - channel='#fedora-modularity', + channel='#fedora-modularity-bots', # If the word modularity appears in any message, forward it. filters=dict( topic=[ |
