diff options
Diffstat (limited to '')
-rw-r--r-- | docs/help/who | 36 | ||||
-rw-r--r-- | docs/help/whois | 30 | ||||
-rw-r--r-- | docs/help/whowas | 24 |
3 files changed, 90 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 + diff --git a/docs/help/whois b/docs/help/whois new file mode 100644 index 0000000..40bbaa3 --- /dev/null +++ b/docs/help/whois @@ -0,0 +1,30 @@ + +%9Syntax:%9 + +WHOIS %|[-<server tag>] [<server>] [<nicks>] + +%9Parameters:%9 + + -<server tag>: The server tag the target nickname is on. + + The remote server to query and the nicknames; if no remote server is given, + the server you are connected to will be used. If no nickname is given, you + will query yourself. + +%9Description:%9 + + Displays information about users in the specified channel; you may give the + same nickname as the argument twice to also query the idle time. + + If the nickname is not online, the WHOWAS command will be automatically + performed. + +%9Examples:%9 + + /WHOIS + /WHOIS mike + /WHOIS ircsource.irssi.org bob + /WHOIS sarah sarah + +%9See also:%9 CHANNEL, NAMES, WHO, WHOWAS + diff --git a/docs/help/whowas b/docs/help/whowas new file mode 100644 index 0000000..0fbc545 --- /dev/null +++ b/docs/help/whowas @@ -0,0 +1,24 @@ + +%9Syntax:%9 + +WHOWAS %|[<nicks> [<count> [server]]] + +%9Parameters:%9 + + The nicknames, the maximum amount of results and the remote server. If no + arguments are given, your own nickname will be used. If no remote server is + given, the server you are connected to will be used. + +%9Description:%9 + + Displays historical user information. + +%9Examples:%9 + + /WHOWAS + /WHOWAS mike + /WHOWAS bob 10 + /WHOWAS sarah 5 ircsource.irssi.org + +%9See also:%9 CHANNEL, NAMES, WHO, WHOIS + |