From: Thanh Ha Date: Sat, 18 Aug 2018 22:00:35 +0000 (-0400) Subject: Add docs on how to register an IRC Channel X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F12322%2F1;p=releng%2Fdocs.git Add docs on how to register an IRC Channel Issue: RELENG-1120 Change-Id: If1109beb93072bbd083f8847a8d601d3616fef16 Signed-off-by: Thanh Ha --- diff --git a/docs/freenode.rst b/docs/freenode.rst index 9ee2e90..94713f8 100644 --- a/docs/freenode.rst +++ b/docs/freenode.rst @@ -62,6 +62,49 @@ For further details on the Freenode registration process, please see https://freenode.net/kb/answer/registration +Channel management +================== + +Use the **ChanServ** service to manage IRC Channels. Use the command +``/msg chanserv help`` to get detailed documentation of **ChanServ** commands +and more specific help by adding specific sections +``/msg chanserv help [section] ...`` to the end of the command. + +The first person who joins a channel creates the channel and becomes OPs as +marked by the ``@`` symbol next to their name. This person can choose to +register the channel, in which case they become the Founder of the channel. The +channel Founder will have full permissions to manage the channel. + +We recommend registering any channels that the project plans to use for an +extended period of time. + +Register a channel +------------------ + +New projects can register their project specific channel by using the REGISTER +command and passing the channel name they'd like to register. + +.. code-block:: none + + /msg chanserv register + +After registering the channel we recommend providing Founder permissions to one +of the following LF Staff to ensure that the channel is managable by LF Staff +should the original founder move on from the project. Provide the flags +``+F`` to one of: + +* aricg +* bramwelt +* tykeal +* zxiiro + +.. code-block:: none + + /msg chanserv flags +F + +Once done notify LF Staff about the new channel registration. + + .. _freenode-lf-channels: Linux Foundation Channels