diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:18:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:18:39 +0000 |
commit | fff5217f02d91268ce90c8c05665602c059faaef (patch) | |
tree | 2ba24d32dc96eafe7ed0a85269548e76796d849d /docs/help/away | |
parent | Initial commit. (diff) | |
download | irssi-fff5217f02d91268ce90c8c05665602c059faaef.tar.xz irssi-fff5217f02d91268ce90c8c05665602c059faaef.zip |
Adding upstream version 1.4.5.upstream/1.4.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/help/away')
-rw-r--r-- | docs/help/away | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/help/away b/docs/help/away new file mode 100644 index 0000000..cbf2e7f --- /dev/null +++ b/docs/help/away @@ -0,0 +1,33 @@ + +%9Syntax:%9 + +AWAY %|[-one | -all] [<reason>] + +%9Parameters:%9 + + -one: Marks yourself as away on the active server. + -all: Marks yourself as away on all the servers you are connected to. + + Your away message; if no argument is given, your away status will be removed. + +%9Description:%9 + + Marks yourself as 'away'; this method is used to inform people that you + are not paying attention to your screen. + + You might use it when you are taking a nap, in the shower, getting some + food, or otherwise engaged. When you're 'away' you will see '(zZzZ)' in + your statusbar. + + Anyone who does a WHOIS on your nickname will see that you are away, as + well as your away message. + +%9Examples:%9 + + /AWAY + /AWAY I'm getting some food. + /AWAY zZzZ + /AWAY -one Feeding the cat! + +%9See also:%9 DISCONNECT + |