The all newbies guide to mIRC (online version) - Part III
This part is not mIRC specific, but I think it may be helpful to know whats going on. Parts of this has been already posted by Shaken in Tech etc, but this should cover all common modes and commands.
Channel modes and User modes
General:
Modes are the preferences of IRC. Some are for channels, some for single users, they help control the channel and who is allowed and who is not. Or other things.
Channelmodes can only be changed by ChannelOPs, the guys with the @ in front of their names. User modes can be set by ChannelOPs or the user himself, depending on the mode.
The basic syntax is
/mode <channelname/nick> +/-<mode>
with
<channelname/nick>: If it's a channelmode, lets say for our channel, you'd have to type #licd, if its a user, lets say me, type there Sadik
+/-: + sets the mode, - unsets it, it's just like turning them on and off
<mode> is the mode you want to set, some need a special parameter, I'll get into that now
Possible modes (case sensitive):
Channel:
t - Topic may only be set by OPs
n - no external messegaes, you have to be in the channel to send messages to it
m - moderated, only people with a @ or a + in front of their names may talk
i - invite only, you cannot just join, you have to be invited
l - user limit, if you set it, you have to provide the maximum number as a parameter
c - no colors, if you try to send a colored text, it'll be refused
p - private, it won't be listed on networkwide channellists
s - secret, if someone looks up the channels you are in, secret channels will not be listed
k - keyword, you need to give the right keyword as a parameter to the join command to join (/join #channel keyword)
User:
o - ops the user, he may change the topic, kick and ban people
v - voices the user, he can talk when the channel is moderated
b - bans the user, he cannot enter the channel until it's lifted
i - invisible mode, user who don't know your nick will not see you in userlists (ie you need to ask specificly for the user)
Except the i-usermode all modes can only be applied by ChannelOPs.
Commands
/join #channel - You'll join #channel. Use /join #licd to come to us
/part #channel - You'll leave #channel.
/me message - You'll perform an 'action'.
Example:
/me dances --> * Sadik dances
/query nick - Opens a query to the user. A query is private chat, only you and the other user can see what you type.
/msg nick message - Sends a message to the user, but does not open a new window.
/notice nick message - basically the same as above
/topic #channel newtopic - Changes the topic for #channel to newtopic. If you are not an OP you cannot change the topic, but view it by just typing /topic #channel
/invite nick #channel - Invites another user to a channel, useful if channelmode i is used.
/kick #channel nick <reason> - Kicks named user off a given channel. Only OPs can use this command.
Thats my part for today kids, cya tomorrow