From Fedora Project Wiki

m (Add info on autoconnect)
(13 intermediate revisions by 11 users not shown)
Line 1: Line 1:
= How to configure IRC =
{{autolang|base=yes}}
This document covers '''installing and using HexChat''', a popular and easy to use IRC client.


This document covers installing and using X-chat. You may also be interested in a video by [[KushalDas | Kushal Das]]: [http://kushal.fedorapeople.org/xchat1.ogg Using Xchat]
Alternative clients include:
* http://webchat.freenode.net/ (no additional software required)
* [https://addons.mozilla.org/en-US/firefox/addon/chatzilla/?src=ss Chatzilla firefox extension]
* A list of [http://www.ircreviews.org/clients/platforms-unix.html popular linux clients] (outdated)


== How to install X-Chat ==
== How to install HexChat ==
 
To check if you have X-Chat installed in your system, type following command:


<pre>
<pre>
$ rpm -q xchat
$ sudo yum install hexchat
</pre>
</pre>


If it's not installed, install it with following command.
== How to connect ==


<pre>
Upon starting HexChat you will be greeted with a list of networks.
$ su -c 'yum install xchat'
Before connecting you may want to set ''Nick Name'' to something unique.
</pre>


Now, you should be able to open X-Chat client from '''Applications''' > '''Internet''' > '''IRC'''
Once that is done with ''freenode'' active hit the ''Connect'' button.


== How to join Fedora Project IRC Meeting ==
A prompt suggesting a channel to join pops up, select nothing and ignore
this for now.


For example, if you want to join [[Ambassadors/Meetings|  Fedora Ambassadors Meetings]] :
== How to join #fedora ==


# Open X-Chat: Applications > Internet > IRC
To join a channel you simply use the command <code>/join #channel</code> but
# Type your choice of <code>Nick name</code>, <code>User name</code> and <code>Real name</code>
''#fedora'' specifically requires registration on this network.
# Highlight <code>FreeNode</code> (formerly Open<code></code>Projects.net) and click Edit.<br/>[[Image:Communicate_IRCHowTo_xchat-server-list.png]]
See https://freenode.net/faq.shtml#registering for information on how to do this.  
# Highlight <code>irc.freenode.net</code>
# Type in fedora
# Register your nick. Refer http://www.wikihow.com/Register-a-User-Name-on-Freenode
# Type in your password in <code>Server password</code> and click Close.<br/>[[Image:Communicate_IRCHowTo_xchat-fedora-mktg.png]]


Click on Connect button to connect to freenode IRC network.
Once you have registered and identified you can join the channel as well as
others such as #fedora-meetings.


{{Anchor|Protocol}}
== How to automate logging in and joining ==
== Meeting Protocol ==


This only applies to certain IRC meetings. Others are usually more casual.
To avoid identifying and joining every time you can configure the network
in the network list ''(ctrl+s) > freenode > edit''.


* Please watch what others are doing and do not interrupt
Here you can check ''Connect to this network automatically'' if you like.
* If you have a question, type "?"
* If you need to speak, type "!"
* If you're done speaking, type "eof"
* If you agree, type "+1"
* See more in [http://fedoraunity.org/fup/meeting-guidelines/ fedora-unity-project-meeting-guidelines]


== What are the Basic IRC commands ==
In order to identify for freenode you need:
* ''Login type'' to be SASL (this is default)
* ''User Name'' to match your nickserv account
* ''Password''


* <code>/help</code> - Shows all commands.
See https://freenode.net/sasl/sasl-hexchat.shtml for images.
* <code>/nick NewNickName</code> - Changes the Nick<code></code>Name (limited to 9 characters).
* <code>/name</code> -  Shows all Nick<code></code>Names on that channel.
* <code>/whois NickName</code> -  Shows basic whois info for a Nick<code></code>Name.  To see more info, use <code>/msg NickServ info NickName</code>
* <code>/away AwayMessage</code> -  Leaves a message when you are away from channel.
* <code>/quit QuitMessage</code> - Leaves a message when you quit IRC channel.


For more information, see [http://www.irchelp.org/irchelp/irctutorial.html#cmds]
Then switch to the ''Autojoin channels'' tab on that prompt
and hit ''Add'' to add various channels to join.


== How to create a login script for a private channel in X-Chat ==
You can also just right click on any channel tab to add
autojoin channels and auto-connecting networks without opening
the network list.


Create login script:
== What are the Basic HexChat/IRC commands ==
<pre>
$ cd ~/.xchat2
$ vi login-script.txt


msg chanserv invite #private-channel
* <code>/help</code> - Shows all commands.
join #private-channel
* <code>/help Command</code> - Shows command usage.
</pre>
* <code>/nick NewNickName</code> - Changes the Nick<code></code>Name.
 
* <code>/whois NickName</code> Shows basic whois info for a Nick<code></code>NameTo see more info, use <code>/msg NickServ info NickName</code>
Use following information in X-Chat:
* <code>/away AwayMessage</code> - Leaves a message when you are away from channel. Use <code>/back</code> when you return.
* IRC Server: irc.freenode.net
* <code>/quit QuitMessage</code> - Leaves a message when you quit IRC channel.
* Channels to join: #private-channel
* Connect command: load -e ~/.xchat2/login-script.txt
* Server password: {your password}
 
 
== What is the difference between NickServ Password and Server Password in X-Chat ==
 
Technically speaking, they aren't the same. X-Chat has knowledge of the
NickServ system, and will automatically send a message to NickServ when
prompted to save you the hassleServer passwords are a more embedded part
of IRC and are passed during the early connection phase, before you are fully
operational on the network and before you join channels.  NickServ, part of
freenode services, was added to their IRC system to enable user management
that is not part of the original IRC protocol.  Other networks may also use
NickServ, but it usually works a little differently.  It has proven very
flexible and valuable. Server passwords were initially used as part of an
authentication system at connect time for IRC servers, but are now used by
freenode to create a shortcut for NickServ services.  Other IRC networks
often work things a little differently, but similar practices have become
widespread because they do work quite well.
 
freenode services, as are permitted by Hyperion IRCD and powered by a custom
backend, allow a number of features to be added and used that are not part of
the IRC protocol.  NickServ is used to interface with user account features.
ChanServ is used to interface with channel management features. Other
services are handled transparently using more typical IRC components. These
kinds of techniques are how IRC has evolved over the original [http://rfc.net/rfc1459.html RFC 1459]
standard to survive in a useful fashion for the last 13 years.


-- PatrickBarnes
For more information, see [http://www.irchelp.org/irchelp/irctutorial.html#cmds]


== How to create Fedora IRC cloaks for the freenode network ==
== How to create Fedora IRC cloaks for the freenode network ==
Line 108: Line 72:
== Where can I find a list of Fedora Project IRC channels ==
== Where can I find a list of Fedora Project IRC channels ==


* See http://fedoraproject.org/wiki/Communicate#IRC
* See https://fedoraproject.org/wiki/Communicating_and_getting_help?rd=Communicate#IRC




[[Category:Communicate]]
[[Category:Communicate]]
[[Category:How to]]

Revision as of 23:16, 24 December 2014

This document covers installing and using HexChat, a popular and easy to use IRC client.

Alternative clients include:

How to install HexChat

$ sudo yum install hexchat

How to connect

Upon starting HexChat you will be greeted with a list of networks. Before connecting you may want to set Nick Name to something unique.

Once that is done with freenode active hit the Connect button.

A prompt suggesting a channel to join pops up, select nothing and ignore this for now.

How to join #fedora

To join a channel you simply use the command /join #channel but #fedora specifically requires registration on this network. See https://freenode.net/faq.shtml#registering for information on how to do this.

Once you have registered and identified you can join the channel as well as others such as #fedora-meetings.

How to automate logging in and joining

To avoid identifying and joining every time you can configure the network in the network list (ctrl+s) > freenode > edit.

Here you can check Connect to this network automatically if you like.

In order to identify for freenode you need:

  • Login type to be SASL (this is default)
  • User Name to match your nickserv account
  • Password

See https://freenode.net/sasl/sasl-hexchat.shtml for images.

Then switch to the Autojoin channels tab on that prompt and hit Add to add various channels to join.

You can also just right click on any channel tab to add autojoin channels and auto-connecting networks without opening the network list.

What are the Basic HexChat/IRC commands

  • /help - Shows all commands.
  • /help Command - Shows command usage.
  • /nick NewNickName - Changes the NickName.
  • /whois NickName - Shows basic whois info for a NickName. To see more info, use /msg NickServ info NickName
  • /away AwayMessage - Leaves a message when you are away from channel. Use /back when you return.
  • /quit QuitMessage - Leaves a message when you quit IRC channel.

For more information, see [1]

How to create Fedora IRC cloaks for the freenode network

  • Add your IRC nick in FreenodeCloaks
  • Once your Fedora IRC cloak has been created, people will not see your real hostname.
  • Instead they will see something like yournick@fedora/yournick

Where can I find a list of Fedora Project IRC channels