Basic Commands
-
/nick nickname
- Changes your nickname to a new nickname.
-
-
/away [message]
- example: /away Off to get something to eat, back in a moment.
-
-
/invite nickname #channel
- Invites a nickname to a channel that you are on.
-
-
/join #channel
- Joins the specified channel.
- example: /join #Bangladesh
-
-
/me message
- Sends an action message to the current channel or query window. To send an action message to a specific channel or nickname, see the /describe command.
-
-
/msg nickname message
- Sends a private message to nickname without opening a query window.
-
-
/notice nickname message
- Sends a private message to nickname without opening a query window for either you or them.
-
-
/part #channel
- Leaves a channel that you are on.
-
-
/privmsg nickname message
- Sends a private message to nickname that will open a query window for the other user.
-
-
/query nickname message
- Opens a query window to this nickname and sends them a private message.
-
-
/quit [message]
- Disconnects you from IRC and will give the optional message as the reason for your departure. (this message only appears to people who are on the same channels as you).
-
-
/topic #channel newtopic
- Changes the topic for a channel that you are on.
-
-
/whois nickname
- Shows you information about a nickname.
-
/kick #channel nickname
- Kicks a nickname off a channel that you are on.
-
-
/mode #channel|nickname [[+|-]modechars [parameters]]
- This is a powerful command that gives channel operators control of a channel and the users on it.
Here a few examples of the MODE command:
-
To give someone op status: /mode #channelname +o nickname
-
- Giving someone op status means giving them control over the channel and the users on it. Give this out sparingly and to people you trust.
-
-
To op several people: /mode #channelname +ooo nick1 nick2 nick3
-
-
To de-op someone: /mode #channelname -o nickname
-
-
To ban someone: /mode #channelname +b nickname (or user address)
-
-
To unban someone: /mode #channelname -b nickname (or user address)
-
-
To make a channel invite only: /mode #channelname +i
-
- You must now invite a user for them to be able to join your channel.
-