DEAD: I'm too lazy to work on this anymore. Plus, I'm kinda toying with the idea of making my own little browser MUD instead.
A MUD client in your browser usin' node.js & websockets.
This has only been tested with Aardwolf, so if you notice anything wrong in a different MUD let me know via Issues.
- Command History
- Aliases
- Triggers
$ git clone git://github.com/dannytatom/muddy.git
$ cd muddy
$ npm install
$ vim config/config.json
$ node init.js &
$ open http://localhost
;alias add {go home} {invoke stone} # Add an alias
;alias rm {go home} # Remove an alias
;alias ls # List aliases
;trigger add {Your Selection:} {1} # Add a trigger
;trigger rm {Your Selection:} # Remove a trigger
;trigger ls # List triggers
Copyright (c) 2011 Danny Tatom. See LICENSE for details.