How can I set status messages in IRC? A simple guide for learning IRC would also be helpful.

link|improve this question

67% accept rate
feedback

2 Answers

up vote 2 down vote accepted

The standard command is /away [your away message]. Then /away again to let people know you're back. I think this is a good start for learning IRC: http://www.mirc.com/ircintro.html

link|improve this answer
thx man for your very helpful answer :) – Menopia Mar 26 '11 at 19:41
feedback

You can do something like /away to set yourself as being away. For instance:

/away Not here right now

This will make it appear to others that you are away, and if they PM you, they will get a message somewhat like this:

Menopia is away. Reason: Not here right now

You can also use the /me command to denote doing something. For instance:

/me does something

Will appear to others in the channel/PM as something like:

* Menopia does something
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.