Changeset a7baf40 for protocols


Ignore:
Timestamp:
2016-11-19T07:59:14Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
66b7741
Parents:
b4f496e
Message:

Remove yahoo (the old protocol). Use funyahoo++ instead.

RIP

The previous commit already handled the part of telling users.

Location:
protocols
Files:
12 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    rb4f496e ra7baf40  
    247247        extern void msn_initmodule();
    248248        extern void oscar_initmodule();
    249         extern void byahoo_initmodule();
    250249        extern void jabber_initmodule();
    251250        extern void twitter_initmodule();
     
    261260#ifdef WITH_OSCAR
    262261        oscar_initmodule();
    263 #endif
    264 
    265 #ifdef WITH_YAHOO
    266         byahoo_initmodule();
    267262#endif
    268263
Note: See TracChangeset for help on using the changeset viewer.