2021-07-26 10:39:47 +02:00
|
|
|
= fedmsg-irc SOP
|
|
|
|
|
|
|
|
____
|
|
|
|
Echo fedmsg bus activity to IRC.
|
|
|
|
____
|
|
|
|
|
|
|
|
== Contact Information
|
|
|
|
|
|
|
|
Owner::
|
|
|
|
Messaging SIG, Fedora Infrastructure Team
|
|
|
|
Contact::
|
|
|
|
#fedora-apps, #fedora-fedmsg, #fedora-admin, #fedora-noc
|
|
|
|
Servers::
|
|
|
|
value03
|
|
|
|
Purpose::
|
|
|
|
Echo fedmsg bus activity to IRC
|
|
|
|
|
|
|
|
== Description
|
|
|
|
|
2021-08-19 13:15:10 +02:00
|
|
|
_fedmsg-irc_ is a daemon running on _value03_ and _value01.stg_. It is
|
2021-07-26 10:39:47 +02:00
|
|
|
listening to the fedmsg bus and echoing that activity to the
|
2021-08-19 13:15:10 +02:00
|
|
|
_#fedora-fedmsg_ channel in IRC.
|
2021-07-26 10:39:47 +02:00
|
|
|
|
|
|
|
It can be configured to ignore certain messages, join certain rooms, and
|
|
|
|
take on a different nick by editing the values in `/etc/fedmsg.d/irc.py`
|
|
|
|
and restarting it with `sudo service fedmsg-irc restart`
|
|
|
|
|
2021-08-19 13:15:10 +02:00
|
|
|
See https://fedmsg.readthedocs.org/en/latest/configuration/#irc for more
|
2021-07-26 10:39:47 +02:00
|
|
|
information on configuration.
|