Difference between revisions of "IRC FAQ"

From Wiki
Jump to: navigation, search
(Can I make it so my password is entered automatically when I sign on?)
(Why does Chatzilla say I'm banned?)
Line 103: Line 103:
 
1. From Firefox, open Chatzilla. (Tools > Chatzilla)
 
1. From Firefox, open Chatzilla. (Tools > Chatzilla)
  
2. Go to Preferences. Under the Global Settings Tab, find the Identification field.  
+
2. Go to Chatzilla > Preferences. Under the Global Settings Tab, find the Identification field.  
  
 
3. Under "Description," change the default text from "New now know how" to anyting else.
 
3. Under "Description," change the default text from "New now know how" to anyting else.
  
 
You will be unbanned.
 
You will be unbanned.
 
  
 
===Can I make it so my password is entered automatically when I sign on?===
 
===Can I make it so my password is entered automatically when I sign on?===

Revision as of 04:00, 28 May 2007

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 #bunnies 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). mIRC is considered 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. It's remarkably extensible, and will accomodate a user's growing IRC skills.

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 #bunnies IRC currently chatting list at the Slashnet #bunnies page, 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, once you're connected

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

Why does Chatzilla say I'm banned?

It's a bug with Chatzilla. You have not been banned. Here's how to fix it.

1. From Firefox, open Chatzilla. (Tools > Chatzilla)

2. Go to Chatzilla > Preferences. Under the Global Settings Tab, find the Identification field.

3. Under "Description," change the default text from "New now know how" to anyting else.

You will be unbanned.

Can I make it so my password is entered automatically when I sign on?

Yes, absolutely, and this is recommended. The procedure depends on what client you use.

Chatzilla

  1. Chatzilla menu. Preferences.
  2. Pick irc.slashnet.org (or the network you need to log into)
  3. Pick the Lists tab.
  4. In Auto-perform, click Add.
  5. Type /msg nickserv IDENTIFY password (where password is your password)

mIRC

  1. File, Options (Alt+O)
  2. Under the IRC category, click on Perform
  3. Check the box that says: "On connect, perform these commands:"
  4. Type /msg nickserv IDENTIFY password (where password is your password)

You can also do this for any channels you want to join on connect, by typing "/join #bunnies" in the same box. Each command should go on a new line.

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

This section has been moved to a separate page.