boby
This commit is contained in:
parent
352a3a3a19
commit
384b0514c5
@ -88,6 +88,10 @@ class start(QtGui.QDialog):
|
||||
if txt.split(" ")[0] == "HAS_JOIN" :
|
||||
self.ShowMessageHasJoin(txt.split(" ")[1])
|
||||
|
||||
if txt.split(" ")[0] == "SUCC_CHANNEL_JOINED" :
|
||||
self.ShowMessageHasJoin(self.pseudo)
|
||||
|
||||
|
||||
if txt.split(" ")[0] == "NEW_MSG" :
|
||||
self.message_buffer += '<br><span style="color : grey"> ' + self.getTimeStamp() + '</span> <span style="color : red"> < '+txt.split(" ")[1] +' > </span> ' + self.htmlToText(' '.join(txt.split(" ")[2:])) + ''
|
||||
|
||||
|
Reference in New Issue
Block a user