diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index d5ee0fe..a5dc5b9 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -28,7 +28,7 @@ ** xref:fedmsg-certs.adoc[fedmsg (Fedora Messaging) Certs, Keys, and CA - SOP] ** xref:fedmsg-gateway.adoc[fedmsg-gateway - SOP] ** xref:fedmsg-introduction.adoc[fedmsg introduction and basics - SOP] -** xref:fedmsg-irc.adoc[fedmsg-irc - SOP in review ] +** xref:fedmsg-irc.adoc[fedmsg-irc - SOP] ** xref:fedmsg-new-message-type.adoc[fedmsg-new-message-type - SOP in review ] ** xref:fedmsg-relay.adoc[fedmsg-relay - SOP in review ] ** xref:fedmsg-websocket.adoc[fedmsg-websocket - SOP in review ] diff --git a/modules/sysadmin_guide/pages/fedmsg-irc.adoc b/modules/sysadmin_guide/pages/fedmsg-irc.adoc index e22a7f5..e90f93b 100644 --- a/modules/sysadmin_guide/pages/fedmsg-irc.adoc +++ b/modules/sysadmin_guide/pages/fedmsg-irc.adoc @@ -17,13 +17,13 @@ Purpose:: == Description -fedmsg-irc is a daemon running on value03 and value01.stg. It is +_fedmsg-irc_ is a daemon running on _value03_ and _value01.stg_. It is listening to the fedmsg bus and echoing that activity to the -#fedora-fedmsg channel in IRC. +_#fedora-fedmsg_ channel in IRC. 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` -See http://fedmsg.readthedocs.org/en/latest/config/#term-irc for more +See https://fedmsg.readthedocs.org/en/latest/configuration/#irc for more information on configuration.