Twitter: actually store the server connection, not the bot instance
This commit is contained in:
parent
d41d8ed0c9
commit
709a0cfd9a
@ -76,7 +76,7 @@ class Twitter(Module):
|
||||
# self.twit is set
|
||||
|
||||
# ugly, but the best place to track it. store the connection for later use
|
||||
self.connection = irc
|
||||
self.connection = irc.server
|
||||
|
||||
# print timeline stuff. this will set up the appropriate timer
|
||||
self._check_self_timeline()
|
||||
|
Loading…
Reference in New Issue
Block a user