summaryrefslogtreecommitdiffstats
path: root/docs/help/who
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:18:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:18:39 +0000
commitfff5217f02d91268ce90c8c05665602c059faaef (patch)
tree2ba24d32dc96eafe7ed0a85269548e76796d849d /docs/help/who
parentInitial commit. (diff)
downloadirssi-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/who')
-rw-r--r--docs/help/who36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/help/who b/docs/help/who
new file mode 100644
index 0000000..0b0b412
--- /dev/null
+++ b/docs/help/who
@@ -0,0 +1,36 @@
+
+%9Syntax:%9
+
+WHO %|[<nicks> | <channels> | **]
+
+%9Parameters:%9
+
+ The channel name or output filter; if no arguments are given, the current
+ channel will be used.
+
+%9Description:%9
+
+ Displays information about users in the specified channel. If you specify a
+ filter, all the users whose nick, userhost or realname matches the filter
+ will be returned.
+
+ If the channel is secret and you are not on it, you will not receive any
+ output.
+
+ Common flags:
+
+ H: The user is available.
+ G: The user is away.
+ *: The user is an IRC operator.
+ @: The user is a channel operator.
+ +: The user is a channel voice.
+
+%9Examples:%9
+
+ /WHO
+ /WHO #irssi
+ /WHO bob
+ /WHO sar*
+
+%9See also:%9 CHANNEL, NAMES, WHOIS
+