Go to file
mutantmonkey d9a8cb9a12 ensure that messages are encoded in utf-8 during calls to safe() 2011-10-22 21:12:54 -04:00
modules chillmeter: add one more thing 2011-10-20 17:45:57 -04:00
opt Port to python3, fix ssl support 2011-09-22 14:17:27 -04:00
Makefile Self-documenting Makefile 2010-12-28 23:33:03 +00:00
README.md update readme 2011-09-22 18:16:22 -04:00
__init__.py Make phenny kill the child threads when the parent receives a SIGTERM. 2011-10-07 16:09:01 -04:00
bot.py attempt to fix intermittent disconnections due to AttributeError when decoding 2011-09-23 19:31:48 -04:00
icao.py Some sundry fixes and improvements to the modules. 2008-03-01 21:07:23 +00:00
irc.py ensure that messages are encoded in utf-8 during calls to safe() 2011-10-22 21:12:54 -04:00
phenny switch readme to markdown, fix ping timeouts 2011-09-22 15:44:13 -04:00
tools.py Port to python3, fix ssl support 2011-09-22 14:17:27 -04:00
web.py Try ISO-8859-1 if unicode fails 2011-09-22 17:56:28 -04:00

README.md

phenny

This is an experimental port of phenny, a Python IRC bot, to Python3. Do not expect it to work well or at all yet.

Support for IPv6 has been added, and SSL support is in the works.

Compatibility with existing phenny modules has been mostly retained, but they will need to be updated to run on Python3 if they do not already.

Installation

  1. Run ./phenny - this creates a default config file
  2. Edit ~/.phenny/default.py
  3. Run ./phenny - this now runs phenny with your settings

Enjoy!

Authors