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

View File

@@ -0,0 +1,24 @@
Synopsis:
load follow
Description:
This script was originally written as an exercise in creativity. It
provides two functions intended to aid users in following other users,
even after their nicknames change, by using output from WHOWAS as input
to WHO.
The first function is $follow(), which takes a single nickname argument.
It attempts to find any users currently on irc with the same address as
that belonging to the given nickname.
The second is $ffollow(), which takes a nickname, and an optional
channel name, as arguments. It is similar to $follow(), but only works
for users that are on the same channels as the client. This function
requires that the GUH script also be loaded.
See Also:
guh(8); load(5)
Other Notes:
This script was written by Jeremy Nelson (hop), jnelson@acronet.net.