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,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.