fix issue with reloading plugins in some contexts

pull/76/head v1.9.4
mallory 2020-09-23 11:25:15 -07:00
parent b995b866ec
commit 7c62e59c3a
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '1.9.3'
__version__ = '1.9.4'

View File

@ -14,7 +14,6 @@ irc.client.ServerConnection.buffer_class.errors = 'replace'
class Bot(irc.bot.SingleServerIRCBot):
output_message = plugin.message
internal_commands = {
'join': 'join a channel',
'quit': 'force the bot to quit',