个人工具

“UbuntuHelp:XChatHowto”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第8行: 第8行:
 
IRC is the Internet Relay Chat protocol, a chat room and instant messaging system. It is commonly used in the open source community. There are many IRC networks, such as Freenode, EFnet and Undernet, each of these have many chat channels (equivalent to chat rooms), such as #debian, #ubuntu, #physics. Most open source projects such as Ubuntu have at least one channel where you can ask for help.
 
IRC is the Internet Relay Chat protocol, a chat room and instant messaging system. It is commonly used in the open source community. There are many IRC networks, such as Freenode, EFnet and Undernet, each of these have many chat channels (equivalent to chat rooms), such as #debian, #ubuntu, #physics. Most open source projects such as Ubuntu have at least one channel where you can ask for help.
  
To connect to an IRC server you need an IRC client. Ubuntu's default client is irssi, which lacks a graphical interface. If you want a simple to use, GUI client, install xchat:
+
To connect to an IRC server you need an IRC client. Ubuntu's default client is irssi, which lacks a graphical interface. If you want a simple to use, GUI client, install xchat which can be found in the Universe Repositories.
sudo apt-get install xchat
+
  
 
=== Starting X-Chat and connecting to an IRC server ===
 
=== Starting X-Chat and connecting to an IRC server ===
  
Open XChat:
+
* To open ''XChat'' go to '''Applications -> Internet -> XChat IRC''' or you can run the command  
Applications -> Internet -> XChat IRC
+
<pre><nowiki>
or run the command:
+
 
xchat
 
xchat
 +
</nowiki></pre> in the terminal.
  
This will open the Server List.
+
* This will open the Server List where you will need to fill in some User Information:
  
You will need to fill in some User Information:
+
** Nick Name: Use a unique, non offensive name.
 +
** Second Choice: If your nick name is taken this will be used.
 +
** Third Choice: If you first and second are taken, you have a third choice. If all three are taken you may need to try some more names, or the server might choose something for you.
 +
** User Name: Gives you an ident in your hostname for example: [email protected]
 +
** Real Name: Your real name, you do not have to fill this in.
  
* Nick Name: Use a unique, non offensive name.
+
* There are many different IRC networks, but the #ubuntu channel is on [http://en.wikipedia.org/wiki/Freenode Freenode]. This is a good place to ask for help with ubuntu.
* Second Choice: If your nick name is taken this will be used.
+
* Third Choice: If you first and second are taken, you have a third choice. If all three are taken you may need to try some more names, or the server might choose something for you.
+
* User Name: Gives you an ident in your hostname for example: user@isp.com
+
* Real Name: Your real name, you do not have to fill this in.
+
  
There are many different IRC networks, but the #ubuntu channel is on [http://en.wikipedia.org/wiki/Freenode Freenode].
+
* Once your nickname is accepted you can register your nickname by typing the following command in X-Chat
 
+
<pre><nowiki>
The Ubuntu Server network is a short cut to #ubuntu on freenode. If you select it and click connect you will be taken to the Ubuntu chat room. This is a good place to ask for help with ubuntu.
+
 
+
You can register your nickname after connecting by typing the following command:
+
 
/ns register <password>
 
/ns register <password>
 +
</nowiki></pre>
 +
If you want to associate your email address with your nickname (in case you lose your password) just type this command in X-Chat
 +
<pre><nowiki>
 +
/msg NickServ set email [email protected]
 +
</nowiki></pre>
  
''' Settings for Networks'''
+
=== Settings for Networks ===
  
 
You may want to put in special settings for a particular network, such as auto-joining a certain room, or passwords.
 
You may want to put in special settings for a particular network, such as auto-joining a certain room, or passwords.
第41行: 第42行:
 
Select a server and click edit.
 
Select a server and click edit.
  
* Server Password, put your nickserv password here.
+
* Server Password: Where your nickserv password goes.
* Join channels: This automates connecting to your favorite channel(s), we like automatic :).
+
* Join channels: This automates connecting to your favorite channel(s).
* Connect command: Some times you might want a send a command to the server when you join.  
+
* Connect command: Some times you might want a send a command to the server when you join.
* Nickserv password: Don't use this field on freenode
+
* Nickserv password: Don't use this field on Freenode.
 
* Character Set: UTF-8 is recommended
 
* Character Set: UTF-8 is recommended
  
Press '''Connect''' to connect to the server. It is possible to connect ot more then one server in the same time, you should press **Connect in New Tab** in that case.
+
Press '''Connect''' to connect to the server. It is possible to connect to more then one server in the same time, you should press '''Connect in New Tab''' in that case.
  
 
=== How to use XChat ===
 
=== How to use XChat ===
  
Using XChat is really simple, just start typing and join the online Ubuntu community. If you have no experience with IRC read [http://www.irchelp.org/irchelp/new2irc.html An introduction to IRC]
+
Using ''XChat'' is really simple, just start typing and join the online Ubuntu community. If you have no experience with IRC read [http://www.irchelp.org/irchelp/new2irc.html An introduction to IRC]
  
Hope to see you soon!
 
  
 
=== Links ===
 
=== Links ===
第63行: 第63行:
 
----
 
----
  
[[category:CategoryCleanup]] [[category:CategoryDocumentation]]
+
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月21日 (三) 17:20的版本

Parent: Internet and Networking


The world of IRC with X-Chat

IRC is the Internet Relay Chat protocol, a chat room and instant messaging system. It is commonly used in the open source community. There are many IRC networks, such as Freenode, EFnet and Undernet, each of these have many chat channels (equivalent to chat rooms), such as #debian, #ubuntu, #physics. Most open source projects such as Ubuntu have at least one channel where you can ask for help.

To connect to an IRC server you need an IRC client. Ubuntu's default client is irssi, which lacks a graphical interface. If you want a simple to use, GUI client, install xchat which can be found in the Universe Repositories.

Starting X-Chat and connecting to an IRC server

  • To open XChat go to Applications -> Internet -> XChat IRC or you can run the command
xchat
in the terminal.
  • This will open the Server List where you will need to fill in some User Information:
    • Nick Name: Use a unique, non offensive name.
    • Second Choice: If your nick name is taken this will be used.
    • Third Choice: If you first and second are taken, you have a third choice. If all three are taken you may need to try some more names, or the server might choose something for you.
    • User Name: Gives you an ident in your hostname for example: [email protected]
    • Real Name: Your real name, you do not have to fill this in.
  • There are many different IRC networks, but the #ubuntu channel is on Freenode. This is a good place to ask for help with ubuntu.
  • Once your nickname is accepted you can register your nickname by typing the following command in X-Chat
/ns register <password>

If you want to associate your email address with your nickname (in case you lose your password) just type this command in X-Chat

/msg NickServ set email [email protected]

Settings for Networks

You may want to put in special settings for a particular network, such as auto-joining a certain room, or passwords.

Select a server and click edit.

  • Server Password: Where your nickserv password goes.
  • Join channels: This automates connecting to your favorite channel(s).
  • Connect command: Some times you might want a send a command to the server when you join.
  • Nickserv password: Don't use this field on Freenode.
  • Character Set: UTF-8 is recommended

Press Connect to connect to the server. It is possible to connect to more then one server in the same time, you should press Connect in New Tab in that case.

How to use XChat

Using XChat is really simple, just start typing and join the online Ubuntu community. If you have no experience with IRC read An introduction to IRC


Links