From 709a0cfd9acb935f53500987e221f75bfcb055ca Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 14 Jul 2012 09:54:26 -0500 Subject: [PATCH] Twitter: actually store the server connection, not the bot instance --- modules/Twitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Twitter.py b/modules/Twitter.py index e384a3d..ef9fc62 100644 --- a/modules/Twitter.py +++ b/modules/Twitter.py @@ -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()