Remove personal test output

pull/61/head
kirch 2019-02-24 06:20:17 +00:00
parent e9d19d2d5a
commit d50ab1fc97
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ irc.client.ServerConnection.buffer_class.errors = 'replace'
class Bot(irc.bot.SingleServerIRCBot):
def __init__(self, channels, nickname, server, **kwargs):
print('local bot initialized')
self.set_kwargs(**kwargs)
if self.ssl_required:
factory = irc.connection.Factory(wrapper=ssl.wrap_socket)