diff -r 1e9323e7ec88 -r 837f1337c59b irc.rst --- a/irc.rst Sat Feb 10 01:28:53 2018 +0200 +++ b/irc.rst Sat Feb 10 01:30:24 2018 +0200 @@ -14,42 +14,40 @@ See: http://www.emacswiki.org/emacs/InternetRelayChat. - * erc - http://www.emacswiki.org/emacs/ERC - - * rcirc - http://www.emacswiki.org/emacs/rcirc - - * ZenIRC, see: - http://www.emacswiki.org/emacs/ZenIRC +* erc http://www.emacswiki.org/emacs/ERC +* rcirc http://www.emacswiki.org/emacs/rcirc +* ZenIRC http://www.emacswiki.org/emacs/ZenIRC Channel modes ============= -** Invite-Only channel. +Invite-Only channel +------------------- An Invite-Only channel can only be joined if you are invited by one of its channel operators. -To make your channel invite-only: +To make your channel invite-only:: irc> /mode #channel +i -To invite users to the channel: +To invite users to the channel:: irc> /invite user #channel -** Private channels. +Private channels +---------------- Private channels turn up normally in the channels list. People can see you are on a private channel somewhere, but they can never find out on -which- private channel you are unless they search all (private) channels by brute force. -To make your channel private: +To make your channel private:: irc> /mode #channel +p -** Secret channels. +Secret channels +--------------- Secret channels do not show up in a channels list and you cannot find out its topic unless you join it. If you are on a secret channel, someone who is not @@ -65,32 +63,32 @@ Create new channel and set it invite-only and invite all you need. Or make password protected channel. -Create new channel (by joining to non existed one) with password: +Create new channel (by joining to non existed one) with password:: irc> /join # -Another people join same: +Another people join same:: irc> /join # -Or join without password and setup it late: +Or join without password and setup it late:: irc> /join # irc> /mode +k -Don't forget set topic for newly created channel: +Don't forget set topic for newly created channel:: irc> /topic # What server well know? ====================== -Random server (connect to most near placed): +Random server (connect to most nearest placed): - irc.freenode.net - http://freenode.net/ - irc.wyldryde.org - http://www.wyldryde.org/ +``irc.freenode.net`` + http://freenode.net/ +``irc.wyldryde.org`` + http://www.wyldryde.org/ Freenode. ========= @@ -108,8 +106,8 @@ See: - http://freenode.net/faq.shtml#registering - http://freenode.net/faq.shtml#nicksetup. +* http://freenode.net/faq.shtml#registering +* http://freenode.net/faq.shtml#nicksetup. Getting help ============