You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
448 B
YAML
17 lines
448 B
YAML
id: {{ matrix_appservice_irc_id }}
|
|
hs_token: {{ matrix_appservice_irc_hs_token }}
|
|
as_token: {{ matrix_appservice_irc_as_token }}
|
|
namespaces:
|
|
users:
|
|
- exclusive: true
|
|
regex: '@irc_pm_hackint_.*:noemis\.me'
|
|
aliases:
|
|
- exclusive: true
|
|
regex: '#irc_hackint_.*:noemis\.me'
|
|
rooms: []
|
|
url: 'http://{{ matrix_appservice_irc_listen }}:{{ matrix_appservice_irc_port }}'
|
|
sender_localpart: my_b
|
|
rate_limited: false
|
|
protocols:
|
|
- irc
|