Ok here goes.
BASIC
We've got our 2 channels set up on the undernet IRC server group.
You can log in from a number of servers, I myself use irc.pi.be, because it's in belgium and will give me the fastest speeds.
A irc server is created for people to sit in channels and communicate with a whole bunch of persons at once.
First thing you'll have to do is login.
You can do this using all sorts of clients but I'll keep it to mIRC and the applet thing.
When you have chosen a nickname you can login, when you use my scripted version of mIRC, by default SymGuest is you nickname (unless someone else already has this nickname).
You can change your nickname at all times by pressing "/nick newnick"
The "/" indicates that it is a command.
IRC supports 2 sorts of 'modes' the first are the channels the second are the private chats ...
If you want to join a channel to be able to talk in it you'll have to use the command "/join #channel password"
For instance: "/join #allaboutsymbian" (doesn't need a password)
If you want to talk in private you'll have to use "/msg nick text"
This text will be seen by that person only. If you are using some descent client, you'll get a new window and you don't have to use the /msg nick anymore. In mIRC for instance you can just doubleclick on one of the names on the rigth of the channel to start such new window and private conversation.
Channel Securtiy
When you enter a channel using join without the channel existing this channel will be created and you become the owner. That's why I've got 2 linux programs connected and installed in our channel who will make sure the channel will always be for us to control 😊 these programs called bots are identified with the nicks Symbian(_) and Warlocks.
You can see who has control over the channel by looking at there nicks. If they have a @ before their name in the members list of the channel(next to the channel on the right) then they are operators.
There are also people with a + before their nick these people have a "voice" as it's called, this is normally used to indicate vip's. But It gives us some extra moderating functions which I explain further on.
User indetification
A user on irc is identified by it's nickname identd and host.
Press "/whois nick" to see these things.
Result of a whois:
SymGuest is [email protected] * http://www.AllAboutSymbian.com
SymGuest on +#AllAboutSymbian
SymGuest using *.undernet.org The Undernet Underworld
SymGuest End of /WHOIS list.
What does this all mean?
His nick is: SymGuest
His identd is: SymGuest ( from [email protected] )
His IP/host is: D5771A2D.kabel.telenet.be
With this information we can ban him from the channel.
Banning
If we want to ban a person we have to do it so they can't return the next second.
When you ban a person using only his nick, he can just change is nick and return ... so it's best to actual ban his IP.
You do this by using "/mode #channel +b *!*@hisip" our example: "/mode #allaboutsymbian +b *!*@D5771A2D.kabel.telenet.be"
This will ban the users IP from the channel until you delete the ban. Now this is the hard way, in mIRC you can just click on his nick and choose ban 😉
Just type "/mode #channel �b *!*@hisip" to undo it.
Double click on the channel body and mirc will present a window with all the bans and a add/remove button.
Kicking
As banning prevents the user of rejoining the channel this command makes sure he's been kicked of the channel.
Press "/kick nick" this will throw him from the channel 😊
MIRC let's you do this through the menu ...
Moderate
This is a usefull function, when you set the channel to moderate only people with a + and @ can talk on the channel ... this is very usefull when you arrange some special vip chats. Let everyone look and only give voice to some of them 😊
Use "/mode #channel +m" to set the moderate and �m to put it back off. Again use double click on the channel body.
Topic
To set the topic use "/topic #channel text" or double click on the channel body.
Users
To set users there status use "/mode #channel +[option] nick"
Options:
O : operator
V : voice
+o gives operator � o takes it, the same for v 😊
Using the mIRC menu when you rightclick a nick is way easier....