3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-11 03:50:45 +01:00
James Lu 5027feb553 Don't crash when REHASH loads a config file that's invalid
This was actually several bugs in one:
- The sys.exit() call in loadConf should be... toggleable
- loadConf printed errors but forgot to re-raise the actual exception it caught
- The error reply in the REHASH command was passing the wrong arguments to irc.reply(), which would cause an error within an error when it ran
2015-11-11 18:55:51 -08:00
..
2015-10-23 18:31:48 -07:00