Go to file
Robert Wall 339a63fe33 Clean up var.illegal_joins during !start, fix related !join bug
This patch fixes a bug in !join that caused new entries to be created in
the var.illegal_joins dictionary for every joining player because of a
missing check to see if the player's cloak is in the dictionary at all.

It also adds logic to !start to remove entries from the
var.illegal_joins dict if they currently have a value of 0, since these
entries are no longer relevant.

These changes together make !eval var.illegal_joins far more useful for
getting a list of *just* stasised players.
2013-06-28 19:58:30 -07:00
modules Clean up var.illegal_joins during !start, fix related !join bug 2013-06-28 19:58:30 -07:00
oyoyo add --verbose mode 2012-07-13 20:35:31 -05:00
settings Eliminate pronouns (S/He, his/her, etc) from messages 2013-06-02 14:25:01 -07:00
tools various tweaks 2011-12-29 17:41:25 -06:00
.gitignore Migrating hgignore to gitignore 2013-06-02 13:48:15 -07:00
botconfig.py.example fix bug with debug mode and allowing commands 2012-07-16 11:16:26 -05:00
LICENSE Updating LICENSE file: changed copyright year to 2013, wrapped license text to 80 characters, specifically mentioned which license it is so people don't have to look it up 2013-06-24 14:24:02 -07:00
README update readme 2011-12-29 12:23:33 -06:00
wolfbot.py Small cleanup 2013-04-09 19:25:08 -04:00

Use Python 3.2 (3.1 doesn't work)
configure botconfig.py by following the example in botconfig.py.example
if desired, configure settings/wolfgame.py to modify game settings
run wolfbot.py