个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:XChatHowto}}
 
{{Languages|UbuntuHelp:XChatHowto}}
 
Parent: [[UbuntuHelp:InternetAndNetworking| Internet and Networking]]
 
Parent: [[UbuntuHelp:InternetAndNetworking| Internet and Networking]]
== The world of IRC with X-Chat ==
+
== Introduction ==
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.
+
Internet Relay Chat (IRC) is a chat room and instant messaging system. IRC 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.
 
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 ===
 
=== Starting X-Chat and connecting to an IRC server ===
第37行: 第37行:
 
=== 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]
=== Links ===
+
== External Links ==
 
* [[UbuntuHelp:FixDCCExploit| Important information about a DCC exploit and how to protect yourself from it.]]
 
* [[UbuntuHelp:FixDCCExploit| Important information about a DCC exploit and how to protect yourself from it.]]
 
* [http://www.xchat.org/docs/ The official XChat documentation]
 
* [http://www.xchat.org/docs/ The official XChat documentation]
第43行: 第43行:
 
* [http://freenode.net/faq.shtml FreeNode Frequently asked questions]
 
* [http://freenode.net/faq.shtml FreeNode Frequently asked questions]
 
* [[UbuntuHelp:InternetRelayChat| Info about Ubuntu IRC channels]]
 
* [[UbuntuHelp:InternetRelayChat| Info about Ubuntu IRC channels]]
 +
* [http://xchat.org/docs/plugin20.html XChat 2.0 Plugin Interface] provides plugin documentation and links
 
----
 
----
[[category:CategoryDocumentation]]
+
* [[UbuntuHelp:/PageDiscussion|Discuss this page]] and tell us how it could be improved. Or simply [[UbuntuHelp:XChatHowto?action=edit&editor=text|edit]] it yourself!
 +
* See who's made [[UbuntuHelp:XChatHowto?action=info|recent|edits to this page]].
 +
----
 +
[[category:CategoryDocumentation]] [[category:CategoryApplications]] [[category:CategoryInternet]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 18:21的版本

Parent: Internet and Networking

Introduction

Internet Relay Chat (IRC) is a chat room and instant messaging system. IRC 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

  1. To open XChat go to Applications -> Internet -> XChat IRC or you can run the command
    xchat
    
    in the terminal.
  2. 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.
  1. There are many different IRC networks, but the #ubuntu channel is on Freenode. This is a good place to ask for help with ubuntu.
  2. 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

External Links