3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00
PyLink/plugins
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
..
bots.py plugins: use irc.reply(...) instead of irc.msg(irc.called_by, ...) whereever possible 2015-10-23 18:29:10 -07:00
commands.py Don't crash when REHASH loads a config file that's invalid 2015-11-11 18:55:51 -08:00
exec.py plugins: chmod -x 2015-10-23 18:31:48 -07:00
fantasy.py fantasy: fix error handling if prefix isn't set 2015-11-01 20:55:01 -08:00
networks.py plugins: use irc.reply(...) instead of irc.msg(irc.called_by, ...) whereever possible 2015-10-23 18:29:10 -07:00
relay.py relay: only join the main pseudoclient once per channel 2015-10-25 10:39:56 -07:00