LilianaKinsley / PinkiePyBot

Python IRC bot remixed for Canternet, the Pony IRC. Based on mutantmonkey's Python 3 fork.
http://jordantkinsley.org/PinkiePyBot
6 stars 4 forks source link

default.py missing some default values #6

Open barrybingo opened 10 years ago

barrybingo commented 10 years ago

ca_certs and noparty are missing from the generation of ~/.phenny/default.py

are there any more new config settings that require defaults?

LilianaKinsley commented 10 years ago

Some config settings are not auto generated. Most code should work around the lack of settings in default.py. The party.py module is still largely untested and not recommended for use: disable it in the default.py config with the line "exclude = ['party']"

LilianaKinsley commented 10 years ago

rule34.py requires a nsfw config line similar to the channels line. It should now be updated to check for this config line. party.py should also be updated.