Changeset f8feb8a for python


Ignore:
Timestamp:
2015-05-07T10:33:06Z (9 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Children:
0ace810
Parents:
e9face7
Message:

add_buddy and remove_buddy should no longer be mandatory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/implugin.py

    re9face7 rf8feb8a  
    1616# BitlBee which functions are actually implemented so omitted features
    1717# will be disabled, but note that some/many functions are simply mandatory.
    18 # (Currently login/-out, buddy_msg, add/remove_buddy.)
     18# (Currently login/-out, buddy_msg.)
    1919SUPPORTED_FUNCTIONS = [
    2020        'login', 'keepalive', 'logout', 'buddy_msg', 'set_away',
     
    119119                self.bee.error("Ok bye!")
    120120
    121         def add_buddy(self, handle, group):
    122                 return False
    123        
    124         def remove_buddy(self, handle, group):
    125                 return False
    126        
    127121        def buddy_msg(self, handle, msg, flags):
    128122                feed = self.feeds[handle]
Note: See TracChangeset for help on using the changeset viewer.