Changes in / [7051acb:63cad66]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/wa.py

    r7051acb r63cad66  
    280280        def onStatusNotification(self, status):
    281281                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)
    283283       
    284284        def onGroupSubjectNotification(self, sub):
     
    493493
    494494                stack = (YowStackBuilder()
    495                          .pushDefaultLayers(False)
     495                         .pushDefaultLayers(True)
    496496                         .push(BitlBeeLayer)
    497497                         .build())
     
    527527                                lines.append(msg.getCaption())
    528528                        text = "\n".join(lines)
     529                else:
     530                        text = "Message of unknown type %r" % type(msg)
    529531
    530532                if msg.getParticipant():
Note: See TracChangeset for help on using the changeset viewer.