about summary refs log tree commit diff
path: root/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for use off of tilde.chat/tildeverseStef Dunlap2022-06-141-3/+3
| | | | | | | | | | - correctly parses channels from config per config.example.yaml - sets TLS to None in case of no TLS - on tilde.town we commonly connect to localhost w/o ssl - for ircrobots (and/or it's dependencies) TLS must be none (not false) or else it will assume SSL/TLS I am not a python expert, so please feel free to comment or fix.
* fix new ircrobots stuffBen Harris2022-05-091-11/+25
|
* move to using config.py parser stuffBen Harris2022-05-091-0/+43