Initial import of the ircii-pana-1.1-final source tree.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

33
bitchx-docs/2_Queries/wii Normal file
View File

@@ -0,0 +1,33 @@
Synopsis:
wii [<nickname>[ <nickname>[ ...]]]
Description:
The WII command is used to retrieve detailed information about the
nickname(s) specified. This will always include the user's
nickname, address (user@hostname), real name (IRCNAME), and the server
that user is on. It may also show what channels the user is on (if
any, and if they aren't +p/+s) and whether the user is +o/+v in any of
those channels, whether the user is away, and if the user is an irc
operator. WII also displays the idle time of that nick.
If no arguments are given, the WII will be performed on the client
itself.
Examples:
To get information on users JoeBob, ToeJam, and JuneBug:
/wii joebob toejam junebug
See Also:
who(2); whowas(2) whois(2)
Restrictions:
In WII output, only channels that are not +p or +s are shown, unless
the client happens to be on one of those channels.
Other Notes:
In addition to idle time, some servers also return the time the user
signed on to irc.
If you query a remote server for WHOIS information, there is no reliable
way to "wait" for the data to come back (i.e. WAIT will be useless).