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,20 @@
Synopsis:
load away
Description:
This script is a replacement of sorts for the standard AWAY command. It
works just like the builtin command, externally, but it doesn't actually
interact with the server. Instead, wwhen the client is marked away, it
sends the specified away message to any client sending it a message, via
CTCP. It is smart enough to only send the away message once per person.
See Also:
away(1); ctcp(1); load(5)
Restrictions:
Due to protocol restrictions (and the client's enforcement of them), the
away message is only sent in response to a MSG, not a NOTICE.
Other Notes:
This script was written by Jeremy Nelson (hop), jnelson@acronet.net.