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

26
bitchx-docs/8_Scripts/guh Normal file
View File

@@ -0,0 +1,26 @@
Synopsis:
load guh
Description:
This script consists of a trio of functions, primarily aimed at fetching
information about other clients. Each relies on a server query, so they
may not return the requested information immediately.
The first is $whatchan(). It takes a single nickname as its argument,
and uses WHOIS to try to return a list of channels that nickname is on.
The second is $is_on(). It also takes a single nickname as its argument.
If the nickname is currently on irc, it returns that nickname; it returns
nothing if it is not in use.
The last is $uh(). It takes an arbitrary number of nicknames as its
arguments, and uses them as the input arguments for a USERHOST call. It
returns the output from USERHOST, usually a list of addresses, one per
nickname.
See Also:
ison(2); load(5); userhost(2); whois(2)
Other Notes:
These functions were written by Jeremy Nelson (hop), jnelson@acronet.net.