Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 21 Jul 2005 20:19:02 +0000 (20:19 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 21 Jul 2005 20:19:02 +0000 (20:19 +0000)
commit0f39af78818acbbee0b99145ff5ff303553027c6
tree748b3b3ca893c00f56c7d958df8539cc3633452f
parentd49d19d943672b3cea1b2e43802f4b5eca6c81b5
Imported from archive.

* bin/muff, lib/muff: Replaced the embedded license copies with
pointers to the LICENSE file. Added lots of in-line code commentary
and docstrings. Refactored some blocks of code for improved
readability.

* bin/muff, etc/mudpy.conf: Moved to the top-level directory.

* doc/license: Renamed to LICENSE and moved it to the top-level
directory.

* lib/muff/muffcmds.py (command_null): Removed.
(command_say): Additional output cleanup.

* lib/muff/muffmain.py (main): More robust handling for variable
files.

* lib/muff/muffmisc.py (wrap_ansi_text): Minor word-wrapping fix.
(User.__init__): Added tracking of last login address.
13 files changed:
LICENSE [moved from doc/license with 93% similarity]
bin/muff [deleted file]
lib/muff/__init__.py
lib/muff/muffcmds.py
lib/muff/muffconf.py
lib/muff/muffmain.py
lib/muff/muffmenu.py
lib/muff/muffmisc.py
lib/muff/muffsock.py
lib/muff/muffuser.py
lib/muff/muffvars.py
muff [new file with mode: 0755]
muff.conf [moved from etc/muff.conf with 52% similarity]