Fix bot crashing

This commit is contained in:
Robert Miles 2018-06-25 17:45:55 -04:00
parent 3601f96f24
commit fdc1c085f0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class TeamBot(irc.bot.SingleServerIRCBot):
def on_welcome(self, conn, event):
for channel in self.chanlist:
c.join(channel)
self.conn = c
self.conn = conn
## Called when a message is sent in a public channel.
#