On 10/3/06, Will Shattuck <willshatt
...@gmail.com> wrote:
> Hi Manuel,
> So I want to help with documenting ErisMUD.
Thanks!
> coders = building, add username of player, each on a separate line, right?
> arch = ?
> badnames = ?
The "coders" file holds names of "wizards" and builders, anybody in
this file can run commands listed in admin.py.
The "arch" file is not currently used but it was supposed to hold the
name of the owner of the server. System commands like restarting the
game, promoting players to coder status, etc. would need access to
this file.
Every time a new player is created, all the strings (one per line) in
"badnames" are searched in the player's name. So if you put "fuck" on
a single line, it will prevent people from using names like
"dumbfuck", "foofuckbar" or "fuckwit".
--
Manuel