Go to file
skizzerz 5264a2a0da Fix lykos on IRCds that do not have WHOX support
- Disable account support if we do not have WHOX so that bot still works
  (and have it use regular WHO replies in that case).
- Don't join alt channels if there aren't any (prevents null JOINs being
  sent to server).
- Allow configuring how the bot quiets users with QUIET_MODE and
  QUIET_PREFIX, the default is "q" and "" so it sets +q n!u@h, but you
  could configure it to say "b" and "~q:" where it will set +b ~q:n!u@h.
- Properly error out if we have sasl enabled but the ircd does not.

Known Issues:
- pstats does not work, as it is still tied to nickserv accounts
2015-04-03 22:23:02 -05:00
modules Fix lykos on IRCds that do not have WHOX support 2015-04-03 22:23:02 -05:00
oyoyo Remove some trailing whitespace 2015-03-28 15:44:38 +01:00
settings Fix lykos on IRCds that do not have WHOX support 2015-04-03 22:23:02 -05:00
tools Remove some trailing whitespace 2015-03-28 15:44:38 +01:00
.gitignore Add a proper logging feature. Closes #72. 2015-01-13 19:58:55 -05:00
.mailmap Fix @skizzerz's entry in .mailmap 2015-03-08 21:40:34 +01:00
botconfig.py.example Add DEV_CHANNEL and send tracebacks there instead 2015-02-28 11:56:56 +01:00
CONTRIBUTING.markdown CONTRIBUTING.markdown: Minor grammar fix 2015-01-08 22:29:46 +01:00
LICENSE Convert Windows line endings to Unix 2013-09-04 11:56:00 +02:00
README.markdown Rename .md files to .markdown 2014-10-13 17:00:39 +02:00
wolfbot.py print error message when running with python 2 2015-01-14 22:53:11 -05:00

This is the game bot for ##werewolf on freenode. It's a continutation of lycanthrope, which has become inactive. We have an active community, and we'd love for you to join us!

Running the bot

If you wish to run your own copy of the bot, all you need is Python 3.2 or a newer version.

Copy botconfig.py.example to botconfig.py and modify the settings as needed. If desired, edit settings/wolfgame.py to modify game settings.

To start the bot, run ./wolfbot.py. You can optionally use --debug or --verbose.