Changeset 365b25a for python/wa.py
- Timestamp:
- 2015-11-20T16:18:12Z (9 years ago)
- Children:
- 63cad66
- Parents:
- e1352e15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/wa.py
re1352e15 r365b25a 280 280 def onStatusNotification(self, status): 281 281 print "New status for %s: %s" % (status.getFrom(), status.status) 282 self. bee.buddy_status_msg(status.getFrom(), status.status)282 self.cb.buddy_status_msg(status.getFrom(), status.status) 283 283 284 284 def onGroupSubjectNotification(self, sub): … … 439 439 440 440 stack = (YowStackBuilder() 441 .pushDefaultLayers( False)441 .pushDefaultLayers(True) 442 442 .push(BitlBeeLayer) 443 443 .build()) … … 473 473 lines.append(msg.getCaption()) 474 474 text = "\n".join(lines) 475 else: 476 text = "Message of unknown type %r" % type(msg) 475 477 476 478 if msg.getParticipant():
Note: See TracChangeset
for help on using the changeset viewer.