parent
b995b866ec
commit
7c62e59c3a
|
@ -1 +1 @@
|
||||||
__version__ = '1.9.3'
|
__version__ = '1.9.4'
|
||||||
|
|
|
@ -14,7 +14,6 @@ irc.client.ServerConnection.buffer_class.errors = 'replace'
|
||||||
|
|
||||||
|
|
||||||
class Bot(irc.bot.SingleServerIRCBot):
|
class Bot(irc.bot.SingleServerIRCBot):
|
||||||
output_message = plugin.message
|
|
||||||
internal_commands = {
|
internal_commands = {
|
||||||
'join': 'join a channel',
|
'join': 'join a channel',
|
||||||
'quit': 'force the bot to quit',
|
'quit': 'force the bot to quit',
|
||||||
|
|
Loading…
Reference in New Issue