Twitter: actually store the server connection, not the bot instance

This commit is contained in:
Brian S. Stephan 2012-07-14 09:54:26 -05:00
parent d41d8ed0c9
commit 709a0cfd9a
1 changed files with 1 additions and 1 deletions

View File

@ -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()