IRC commands allow you to perform specific functions on
IRC, such as joining or leaving a channel. The following should help you get started.
General Commands
/JOIN #channel If line begins with .(dot),line is send to highlighted nickname in nicknamebox. /PART #channel /LIST [#channel]
(Please read trouble.html before using /list) /MSG #channel|nickname message /NOTICE #channel|nickname message /WHOIS nickname /NICK nickname /QUIT [reason] /AWAY [away message] /TOPIC #channel [newtopic] /INVITE nickname #channel Chatting Privately
Arachne chat also allows you to chat privately with someone. Anything you type will be send to your chatpartner !
You can find out if a person is on IRC by using the
/whois nickname command. Channel and User Commands
(for advanced only !)
If you have Op status, the following commands give you control over both a channel
and the users on it.
/KICK #channel nickname
/MODE #channel|nickname [[+|-]modechars [parameters]]
Some basics first
Joins the specified channel.
example: /join #irchelp
This will make you join the #irchelp channel. Once on a channel, anything
you type will be seen by all the users on this channel.
If the channel you specified doesn't exist, a channel with that name will be created for you.
Select nicknames using up and down keys.
example: .How are you Mike ?
Leaves a channel.
example: /part #irchelp
Lists currently available channels.
example: /list Saves currently available channels to channels.txt
example: /list #channel get some informations about #channel
Sends a private message to #channel or nickname
Sends a private message to #channel or nickname
Shows information about someone.
Changes your nickname to a new nickname.
Disconnects you from IRC and will give the optional message as the reason
for your departure. (only to people who are on your channel).
example: /quit That's all folks!
Leaves a message explaining that you are not currently paying attention to
IRC. Whenever someone sends you a MSG or does a WHOIS on you, they
automatically see whatever message you set. Using AWAY with no parameters
marks you as no longer being away.
example: /away off to get something to eat, back in a moment!
Get the topic from friendly
example: /topic #friendly
Changes the topic for the channel.
example: /topic #friendly Oh what a beautiful day!
Invites another user to a channel.
There are 3 ways to select chatpartner.
1. Select a nickname at nicknamebox using up/down keys and press
1
2. Accept Chatpartner if you are messaged to by pressing F2
ont>
3. Type the command /QUERY nickname
To leave privatchat, press F3
Kicks named user off a given channel.
example: /kick #gb Ed
This is a powerful command that gives channel operators control of a channel
and the users on it.
Top
Channel modes
-------------
ModeChar Effects on channels
~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
b <person> ban somebody, <person> in "nick!user@host" form
i channel is invite-only
l <number> channel is limited, <number> users allowed max
m channel is moderated, (only chanops can talk)
n external /MSGs to channel are not allowed
o <nickname> makes <nickname> a channel operator
p channel is private
s channel is secret
t topic limited, only chanops may change it
k <key> set secret key for a channel
User modes
-------------------
ModeChar Effects on nicknames
~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
i makes you invisible to anybody that does
not know the exact spelling of your nickname
o IRC-operator status, can only be set
by IRC-ops with OPER
s receive server notices
v gives a user a voice on a moderated channel
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)
example: /mode #animals +b Jiminy
example: /mode #tree +b joe@bloggs.edu
To Unban someone: /mode #channelname -b nickname (or user address)
example: /mode #gb -b Ed
To Make a channel invite only: /mode #channelname +i
You must now invite a user for them to be able to join your channel.