Notes:
Changes:
* Disconnect an existing connection before
connecting to another server.
* Do not allow scrolling back more than one page
into the buffer, if there is nothing there to
see.
* Remote triggers are now processed per-line, as
it is a significant speed improvement.
* conf.remote_character_triggers was added for
per-character remote triggers.
o This is useful for matching against prompts
which do not terminate with '10' (a return).
* !command now executes 'command' on your
computer. This is shell_command!
o The display of the output is
verbosity-dependant.
o Yes, this means that you could have triggers
which run software -- email you for a clan
war, play music during a battle, etc.
* /command are the traditional muby commands. This
is usable in userspace with execute_command!
* #string is ignored. This is ignore_command!
o This means you can copy code and comments
into the input line, and the comments are
ignored.
|