Seeding from the 1.2 tree.

This commit is contained in:
Dan Mashal
2013-01-01 03:00:55 -08:00
parent d8c87c4ded
commit 87b806a563
1424 changed files with 260320 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
Synopsis:
load nicks
Description:
This script allows the user to assign aliases to other users' nicknames,
such that one only needs to type a short name when sending a MSG or
initiating a QUERY. All one needs to do is ASSIGN the person's real
nickname to a variable with a shorter name, than messages may be sent
to the variable name.
Examples:
To alias SomeBigNicknameOnDALnet's nick to something easier to handle:
/assign sbn SomeBigNicknameOnDALnet
/msg sbn hi there!
See Also:
assign(5); load(5); msg(1); query(1)
Bugs:
The nature of this script is such that it will expand any variable name,
not just those that were intended to be nickname aliases. Care should
be taken to avoid misdirecting messages.
Other Notes:
This script was written by Mike Sandrof (BigCheese).