Difference between revisions of "IRC help"

From Dreamwidth Notes
Jump to: navigation, search
(Connecting to irc)
(Connecting to irc)
Line 3: Line 3:
 
== Connecting to irc ==
 
== Connecting to irc ==
  
First, you need an irc client. If you're using Windows, the most popular standalone irc client is [http://www.mirc.com/ mIRC]. Trillian can also handle irc, along with other chat protocols such as AIM. For the Mac, the oldschool client is [http://www.ircle.com/ ircle], and the newer client-of-choice is [http://colloquy.info/ Colloquy]. For Linux users, [http://pidgin.im/ Pidgin] is a popular IM client that handles IRC just fine. As well, for Linux, there is  [http://konversation.kde.org/ Konversation] a KDE IRC client. There's also a browser-based client called [http://www.mibbit.com/ Mibbit].
+
First, you need an irc client. If you're using Windows, the most popular standalone irc client is [http://www.mirc.com/ mIRC]. Trillian can also handle irc, along with other chat protocols such as AIM. For the Mac, the oldschool client is [http://www.ircle.com/ ircle], and the newer client-of-choice is [http://colloquy.info/ Colloquy]. For Linux users, [http://pidgin.im/ Pidgin] is a popular IM client that handles IRC just fine. Additionally, there is  [http://konversation.kde.org/ Konversation] a KDE IRC client. There's also a browser-based client called [http://www.mibbit.com/ Mibbit].
  
 
== Specify the server ==
 
== Specify the server ==

Revision as of 14:19, 24 March 2009

There are some pretty good irc tutorials out there if you look for them, but as an overview:

Connecting to irc

First, you need an irc client. If you're using Windows, the most popular standalone irc client is mIRC. Trillian can also handle irc, along with other chat protocols such as AIM. For the Mac, the oldschool client is ircle, and the newer client-of-choice is Colloquy. For Linux users, Pidgin is a popular IM client that handles IRC just fine. Additionally, there is Konversation a KDE IRC client. There's also a browser-based client called Mibbit.

Specify the server

Once you have a client, you need to specify the server name (and sometimes the port number), so your client knows which irc server to connect to.

The irc server that Dreamwidth uses is:

 irc.dreamwidth.org 

In most clients you can leave the port number set to default, but if your client makes you specify it, it's port 6667.

Specify your nick

Your client will let you select your "nick", or the name that'll display to other people when you join. Every client is different, but poke around for the options. That lets us know what to call you!


Specify the channel

Once you've connected, your client may have different ways to specify what channel you want to join. If you can't find the "join this channel" button or option or widget or what-have-you, type:

 /join #dw

That will bring you to the #dw channel. You'll see a list of everyone who's in the channel, and be right in the middle of the conversation.


How to talk

Anything you type in your client's text input box will now appear in the channel! Just type normally, and everyone else in the channel will see you.

For instance, if you type

 this is a test irc message!

Everyone else in the channel will see some variation (depending on their client's formatting) of:

 <rahaeli> this is a test irc message!

If you want to perform an action, start off your action with /me (and try not to twitch at the bad grammar):

 /me sends an irc message!

results in

 rahaeli sends an irc message!

That's about it on the irc basics -- everything else can be picked up on-the-fly. :)