IRC: Difference between revisions
No edit summary |
|||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
You've probably been sent here for making a booboo on IRC. | You've probably been sent here for making a booboo on Internet Relay Chat (IRC). | ||
[[IRC:1]] Search first, ask last. | [[IRC:1]] Search first, ask last. | ||
Line 12: | Line 12: | ||
[[IRC:6]] Search that question/term | [[IRC:6]] Search that question/term | ||
[[IRC:7]] Don't private message a stranger | |||
[[IRC:8]] Long URL | |||
[[IRC:9]] Clarify your question | |||
[[IRC:10]] Cut to the chase | |||
[[IRC:11]] Literacy | |||
[[Rtfm]] | [[Rtfm]] | ||
Line 19: | Line 29: | ||
[[Irc::Wishlist]] | [[Irc::Wishlist]] | ||
== IRC == | |||
Many of the editors of this [[http://en.wikipedia.org/wiki/Wiki Wiki]] hang out, or at least [[lurk]], in the #unixhelp and #geekhelp IRC channels on [[EFNet]]. Anyone is welcome to join the channel and ask questions (but please have a look at the several items in the list above first!). | |||
If you have not used IRC before, you will need to obtain a client (see the list below), and connect to an IRC server. Using <code>irc.efnet.net</code> should connect you to one of several available servers. | |||
== Clients == | == Clients == | ||
Line 24: | Line 39: | ||
For [[UBO]]s: | For [[UBO]]s: | ||
[[xchat]] is the most popular GUI client. | [[xchat]] is the most popular GUI client. | ||
Some ncurses based clients are: | Some ncurses based clients are: | ||
irssi | [[irssi]], | ||
epic | [http://www.epicsol.org/ epic], and | ||
BitchX | [http://www.bitchx.org BitchX] | ||
For Windows: | For Windows: | ||
[http://www.mirc.com Mirc] is by far the most popular. [[ | [http://www.mirc.com Mirc] is by far the most popular. | ||
== Commands == | |||
There are many IRC servers and networks of servers. In this example, we'll connect to a network of servers called EFnet. So if you do | |||
/server irc.efnet.org | |||
in your IRC client, it will connect you to one of the EFNet servers. Once you're connected, | |||
you'll see the MOTD (Message of the day) scroll by. You're now connected | |||
to a server. Now you join whatever channel you want. | |||
/join #irchelp | |||
will put you in a popular IRC help channel. You can be on many channels at once, so you might also want to: | |||
/join #help | |||
for more generalized help. If you want to see what channels are on a given server: | |||
/list | |||
and to find more information about a person (Their [[DNS]], what server they are on, if they are /away) | |||
/whois NickName | |||
and when you've had enough | |||
/quit Time for bed | |||
will log you off the server with the message "Time for bed" which will show up in all the channels you were on. |
Latest revision as of 03:05, 11 March 2008
You've probably been sent here for making a booboo on Internet Relay Chat (IRC).
IRC:1 Search first, ask last.
IRC:2 U.S. Politics
IRC:3 Asking to ask
IRC:4 Wrong channel
IRC:5 LART
IRC:6 Search that question/term
IRC:7 Don't private message a stranger
IRC:8 Long URL
IRC:9 Clarify your question
IRC:10 Cut to the chase
IRC:11 Literacy
IRC
Many of the editors of this [Wiki] hang out, or at least lurk, in the #unixhelp and #geekhelp IRC channels on EFNet. Anyone is welcome to join the channel and ask questions (but please have a look at the several items in the list above first!).
If you have not used IRC before, you will need to obtain a client (see the list below), and connect to an IRC server. Using irc.efnet.net
should connect you to one of several available servers.
Clients
For UBOs: xchat is the most popular GUI client.
Some ncurses based clients are: irssi, epic, and BitchX
For Windows: Mirc is by far the most popular.
Commands
There are many IRC servers and networks of servers. In this example, we'll connect to a network of servers called EFnet. So if you do
/server irc.efnet.org
in your IRC client, it will connect you to one of the EFNet servers. Once you're connected, you'll see the MOTD (Message of the day) scroll by. You're now connected to a server. Now you join whatever channel you want.
/join #irchelp
will put you in a popular IRC help channel. You can be on many channels at once, so you might also want to:
/join #help
for more generalized help. If you want to see what channels are on a given server:
/list
and to find more information about a person (Their DNS, what server they are on, if they are /away)
/whois NickName
and when you've had enough
/quit Time for bed
will log you off the server with the message "Time for bed" which will show up in all the channels you were on.