-------------------------------------------------- Mark's MUd CLient, Mmucl (pronounced muckle) v1.0 A mud client written in tcl/Tk Copyright (C) 1997-1998 Mark Patton email: msp12@jhunix.hcf.jhu.edu homepage: http://idt.net/~tmtr01/mmucl/ -------------------------------------------------- Mmucl is a mud client written in the scripting language tcl/Tk. Mmucl requires tcl/Tk version 8.0 or better. (Do not use 8.0p1. It broke Mmucl. 8.0p2 fixed the problem) The latest tcl/Tk releases can be found at ftp://ftp.sunlabs.com/pub/tcl. Mmucl can be found at http://idt.net/~tmtr01/mmucl and http://www.neosoft.com/tcl/contributed-software/. Version 1.0 primarily contains bug fixes. INFORMATION ABOUT MMUCL ----------------------- Mmucl comes with two different graphical interfaces, xmmucl and winmmucl, and one console interface, cmmucl. Xmmucl is a floating tool bar that uses a xterm to display mud output. Winmmucl provides its own window to display output in. My intention in coding Mmucl was to combine the functionality of unix mud clients with a nice graphical user interface. Mmucl is extendable through tcl scripts. The sample mmucl.rc provides a number of examples. FEATURES -------- -Regexp actions (triggers). -Sophisticated alias language (tcl). -Routines for keeping track of characters and their init files. -Ansi color support (winmmucl) -History (hit up or down to scroll through past commands). -Portable, runs under any OS that runs tcl/Tk. -Extendable, easily customized. Extensive examples provided. -Html based help system. -Graphical interfaces to the command line procedures. -Edit aliases, actions, key bindings, etc. graphically. -Dialog boxes for connection to muds, loading files, etc. LICENSE ------- Mmucl is distributed under the Gnu Public License. Read the file LICENSE that comes with the Mmucl distribution for more information. FEEDBACK --------- If you have comments, suggestions, bug reports etc. email me at msp12@jhunix.hcf.jhu.edu.