python3 porting fad.
This commit is contained in:
parent
fd65335d9c
commit
8e1975731c
1 changed files with 23 additions and 0 deletions
|
@ -94,6 +94,29 @@ config = dict(
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
# For that python3 porting fad. AMAZING!
|
||||||
|
dict(
|
||||||
|
network='chat.freenode.net',
|
||||||
|
port=6667,
|
||||||
|
make_pretty=True,
|
||||||
|
make_terse=True,
|
||||||
|
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
nickname='fedmsg-python-s',
|
||||||
|
{% else %}
|
||||||
|
nickname='fedmsg-python',
|
||||||
|
{% endif %}
|
||||||
|
channel='fedora-python',
|
||||||
|
filters=dict(
|
||||||
|
topic=[
|
||||||
|
'^((?!(github)).)*$',
|
||||||
|
],
|
||||||
|
body=[
|
||||||
|
'^((?!(portingdb)).)*$',
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
|
||||||
# Just for the Ask Fedora crew in #fedora-ask
|
# Just for the Ask Fedora crew in #fedora-ask
|
||||||
dict(
|
dict(
|
||||||
network='chat.freenode.net',
|
network='chat.freenode.net',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue