From c3ed471636a86e641ef8757ef2bd6bfe0f19dfa4 Mon Sep 17 00:00:00 2001 From: dpedu Date: Sat, 18 Jul 2015 21:34:17 -0700 Subject: [PATCH] Formatting --- pyircbot/pyircbot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyircbot/pyircbot.py b/pyircbot/pyircbot.py index 3432577..2aa6fae 100644 --- a/pyircbot/pyircbot.py +++ b/pyircbot/pyircbot.py @@ -31,7 +31,6 @@ class PyIRCBot: """instances of modules""" self.moduleInstances = {} - self.rpc = BotRPC(self) """Reference to BotRPC thread"""