Difference between revisions of "IRC FAQ"

From Wiki
Jump to: navigation, search
(Adding ghost, reformatting FAQ order)
(changed Commands formatting)
Line 100: Line 100:
 
  /msg nickserv identify mypassword
 
  /msg nickserv identify mypassword
  
===I got disconnected, but can't get my nickname back. What do I do?===
+
===I got disconnected, and now my nickname is already in use. How can I get it back?===
  
If your nickname is registered, you can use the ghost command.
+
If your nickname is [[IRC_FAQ#How_do_I_register_my_name.3F|registered]], you can use the ghost command.
  
 
  /nickserv ghost nickname password
 
  /nickserv ghost nickname password
Line 110: Line 110:
 
==IRC Commands==
 
==IRC Commands==
  
'''/me''': Performs an action, such that:
+
====/away====
/me waves hi!
+
outputs
+
* randombunny23 waves hi! in the channel.
+
  
'''/nick''': Changes your name in the channel. Handy for when you want to step away from the keyboard (e.g. /nick afk_bunny). Please try to limit the amount that you use this command.
+
'''Syntax:''' /away [message]
 +
'''Example:''' /away I will be right back.
 +
 
 +
When combined with a message, notifies the server that you are away from your keyboard (AFK). This will make you temporarily invisible on the slashnet page. It will also send your away message to anyone who sends you a private message.
 +
 
 +
Some users have a script or alias that combines the /away command with the /nick command to let the channel know when they are stepping away, answering a phone call, etc. So that people know they are not just ignoring the channel.
 +
 
 +
====/me====
 +
 
 +
'''Syntax:''' /me [action]
 +
'''Example:''' /me waves hi!
 +
 
 +
Performs an action on the channel.
 +
 
 +
====/msg====
 +
 
 +
Sends a message to a specific user only.
 +
 
 +
'''Syntax:'''  /msg [nickname] [message]
 +
'''Example:''' /msg funbunny2004 Did you get that e-mail I sent you?
 +
 
 +
====/nick====
 +
 
 +
'''Syntax:'''  /nick [nickname]
 +
'''Example:''' /nick bunnylover420
 +
 
 +
Changes your name in the channel. Handy for when you want to step away from the keyboard (e.g. /nick afk_bunny). Please try to limit the amount that you use this command.

Revision as of 16:24, 1 July 2006

Basic Info

There is no longer an "official" Metachat channel however members of Metachat run their own channels. A list of those channels is maintained here:

IRC Channels

Once you've seen a channel you like the look of then come back here to learn more.

Very quick start guide

  1. Open this in another window.
  2. Type "yourusername" in the top left corner. You can change this with the /nick command (e.g. /nick bunnyfan63 makes bunnyfan63 your name on the channel).
  3. Type "/join #channel" in the long white box at the bottom (eg. "/join #bunnies")
  4. You'll now be in the channel. Type whatever you want to say in that same long white box
  5. That's it

Quick start guide

This quick guide assumes you don't want to install any new software and that you don't want to do anything fancy, just get chatting as quickly as possible. So, here goes...

First click this link but don't forget to come back to this page for further instructions:

http://www.slashnet.org/java.php

Assuming you have Java installed you should now see a chat client with a whole bunch of intimidating blue text in it. Don't panic!

The first thing you need to do is set your nickname. You can do this by entering it in the nickname box top left and pressing enter. The last line of blue text will confirm you've changed your name. It's probably best to use the same name you use on the site or at least something similar so people know who you are.

The next thing is to connect to the chat room. There is a white bar at the bottom (just above where it says Private ->). Click in there and type /join #channel (eg. "/join #bunnies") and then press enter.

You are now in the channel. Anything you want to say to your fellow chatters can be said by typing into that white bar you just used. It's a good idea when you've just joined a room to alert everyone to your presence by saying hello. Just type in your greeting and press enter.

Once here you'll find that people are pretty helpful so if you have any questions, just ask.

It's a good idea to read about registering your name which will prevent others from using it and imitating you. Again, if you feel unsure how to do this then just ask in the channel.

It's worth noting when using this java client that when you run nickserv commands (as set out below) the reponses will appear in a Nickserv window that you'll only see when you click on the Nickserv button that appears at the bottom of the screen.

This Java client is OK for occasional use but you may find that if you're going to chat a lot then you'll want a better client. More on that later.

What Client Should I Use?

This depends on what OS you use and possibly what browser you use.

If you use Firefox or Mozilla on any OS then you can use Chatzilla which you can install from here. It's easy to use, quite well integrated with the browser and completely free. Go to this link, click Install Now, restart your browser and then click on the #metachat link. If you use Opera then you already have a built in client.

Similarly, the chat client inside the Opera browser is fast and very nicely integrated into the application, with different chat windows appearing as browser tabs.

On Windows a lot of people favour mIRC (Shareware, small nag screen at start up), Trillian (freeware) or Gaim (freeware). [opinions on these please?] [OK fine I'll give you my opinion] WARNING! POV! mIRC is by far the easiest and most versatile IRC client to use of these options. It is much more customizable, easily configurable, and has options like logging which are always fun to use.

On Macs you might want to use Conversation, Colloquy or Snak.

What are the basics?

The first useful thing to know is that if you type the first few letters of a user's nickname and then press tab it will autocomplete. That should save you some typing.

A useful command to know is /whois which will tell you more about a user. Simply type /whois nickname and you'll be provided with information on the user.

To change your nickname type

/nick newnickname

To join a channel type

/join newchannel

To connect to a server type

/server serveraddress

If you want to perform an action such as falling off your stool then type

/me falls off stool

To show up in the #metachat IRC currently chatting list in the righthand column of MetaChat, type

/mode nickname -i

What are the Guidelines/Etiquette?

These will vary from channel to channel and this info should appear on the IRC Channels page. If in doubt, contact the channel ops.

IRC Questions

How do I register my name?

If you don't register your nickname then anyone can enter the channel under your username.

Type the following into the input box:

/nickserv register yourpassword youremailaddress

You must use a valid e-mail address as you will be mailed to confirm your details. It's also advisable not to use a password you would use on any other site, just something that's very simple and memorable. If you do forget the password then all you need to do is type the following into the input box:

/nickserv sendpass nickname

And the password will be sent to the email address you registered earlier

Everytime you start your chat session with your registered nickname you'll be asked to confirm your identity. To do this just type:

/nickserv identify mypassword

If the above commands don't work in your client then preface them with msg like so:

/msg nickserv identify mypassword

I got disconnected, and now my nickname is already in use. How can I get it back?

If your nickname is registered, you can use the ghost command.

/nickserv ghost nickname password

This kills the old session, and allows you to rename yourself with the /nick command. You will still need to identify/login.

IRC Commands

/away

Syntax: /away [message]
Example: /away I will be right back.

When combined with a message, notifies the server that you are away from your keyboard (AFK). This will make you temporarily invisible on the slashnet page. It will also send your away message to anyone who sends you a private message.

Some users have a script or alias that combines the /away command with the /nick command to let the channel know when they are stepping away, answering a phone call, etc. So that people know they are not just ignoring the channel.

/me

Syntax: /me [action]
Example: /me waves hi!

Performs an action on the channel.

/msg

Sends a message to a specific user only.

Syntax:  /msg [nickname] [message]
Example: /msg funbunny2004 Did you get that e-mail I sent you?

/nick

Syntax:  /nick [nickname]
Example: /nick bunnylover420

Changes your name in the channel. Handy for when you want to step away from the keyboard (e.g. /nick afk_bunny). Please try to limit the amount that you use this command.