ircbot: add fm-podcast for the fedora-podcast project
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
e32c6c21b9
commit
46476881a5
1 changed files with 23 additions and 0 deletions
|
@ -663,6 +663,29 @@ config = dict(
|
|||
),
|
||||
),
|
||||
|
||||
# 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 ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue