Added report

This commit is contained in:
Jonatan Pålsson 2011-03-22 18:37:09 +01:00
parent 79052830ad
commit 7780459cd3
11 changed files with 5177 additions and 1 deletions

View file

@ -23,7 +23,7 @@ class GGSChat:
self.setStatus("Not connected")
self.connect(host, port)
thread.start_new_thread(self.listenChat, ())
thread.start_new_thread(self.luserCheck, ())
#thread.start_new_thread(self.luserCheck, ())
#Create our dictionay and connect it
dic = {"on_window1_destroy_event" : gtk.main_quit
, "on_sendButton_clicked" : lambda x: self.chat()