~ubuntu-branches/ubuntu/intrepid/irssi/intrepid-updates

« back to all changes in this revision

Viewing changes to docs/help/in/who.in

  • Committer: Bazaar Package Importer
  • Author(s): David Pashley
  • Date: 2005-12-10 21:25:51 UTC
  • Revision ID: james.westby@ubuntu.com-20051210212551-5qwm108g7inyu2f2
Tags: upstream-0.8.10
ImportĀ upstreamĀ versionĀ 0.8.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
@SYNTAX:who@
 
3
 
 
4
Without parameters, shows all users and their user infos
 
5
on the current channel. If you specify a channel, shows
 
6
the all users of the given channel.
 
7
 
 
8
If you specify an string with wildcards, you will be
 
9
shown all users whose nick, userhost or realname matches
 
10
the wildcard expression.
 
11
 
 
12
If a channel is secret or private and you're not on it,
 
13
you will be shown only those channel members, who do not 
 
14
have the invisible (+i) mode set.
 
15
 
 
16
Examples:
 
17
   /WHO          - Shows users on current channel
 
18
   /WHO #irssi   - Shows users on channel #irssi
 
19
   /WHO timo*    - Shows users whose nick, userhost,
 
20
                   or realname begins with string 'timo'
 
21
 
 
22
See also: WHOIS, CHANNEL
 
23