From 2f1ef288da855e1ba75182ec0202b7f74c08a73b Mon Sep 17 00:00:00 2001 From: Bao Vuong Date: Wed, 16 Jun 2010 16:23:10 +0000 Subject: debugging --- diff --git a/ircactivity.py b/ircactivity.py index 18ea413..90c8510 100644 --- a/ircactivity.py +++ b/ircactivity.py @@ -30,9 +30,20 @@ class IRCActivity(activity.Activity): def write_file(self, file_path): print "DEBUG: executing write_file" + + print "=== nickname ===" self.metadata['nickname'] = self.client.core.window.network.me + print "=== ======== ===" + + print "=== channels ===" self.metadata['channels'] = self.client.core.channels + print "=== ======== ===" + + print "=== server ===" self.metadata['server'] = self.client.core.window.network.server + print "=== ====== ===" + + print "DEBUG: done with write_file" def __init__(self, handle): -- cgit v0.9.1