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:
set command_mode [on|off|toggle]
Description:
When turned on, this causes the client to behave somewhat like a MUD
client. The default input (when no command character is used) runs
a command instead of sending text to the current channel or query.
The normal leading "/" may be included with the command, but it is
not required in this mode. Additionally, if the leading character
is a "'", the remaining text in the input buffer is passed as the
argument to SEND.
The client behaves normally when COMMAND_MODE is off.
Examples:
To send a message to the current channel or query:
send Hi there!
'Hi there!
To force a message to be sent to the current channel during a query:
say Hi there!
See Also:
load(5) action, mudlike; say(1); send(5)