#499 ircbot: add fm-podcast for the fedora-podcast project
Merged 3 years ago by smooge. Opened 3 years ago by pingou.
fedora-infra/ pingou/ansible fm_podcast  into  main

@@ -663,6 +663,29 @@ 

              ),

          ),

  

+         # And #fedora-podcast

+         dict(

+             network='chat.freenode.net',

+             port=6667,

+             make_pretty=True,

+             make_terse=True,

+ 

+             {% if env == 'staging' %}

+             nickname='fm-stg-podcast',

+             {% else %}

+             nickname='fm-podcast',

+             {% endif %}

+             channel='fedora-podcast',

+             filters=dict(

+                 topic=[

+                     '^((?!(pagure)).)*$',

+                 ],

+                 body=[

+                     body=['^((?!(fedora-podcast)).)*$'],

+                 ],

+             ),

+         ),

+ 

      ],

  

      ### Possible colors are ###

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

Metadata Update from @pingou:
- Pull-request tagged with: post-freeze

3 years ago

rebased onto 4647688

3 years ago

rebased onto 4647688

3 years ago

Pull-Request has been merged by smooge

3 years ago