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,22 @@
Synopsis:
load mudlike
Description:
This script is meant to make people failiar with MUDs feel more at home
on irc. It enables COMMAND_MODE, meaning a command must be used for
everything, including talking to the currrent channel or query. It sets
a number of hooks to make the client feel like a MUD. In addition, the
following aliases are provided:
Alias Description 
/' sends a message to the current channel or query
/emote same as ME
/say same as ME, but formed as if in 3rd person
/tell same as MSG
See Also:
load(5); set(4) command_mode
Other Notes:
This script was written by Carl von Loesch (lynx).