Changeset 123cac7 for protocols


Ignore:
Timestamp:
2010-04-07T19:40:39Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
91cec2f
Parents:
3e57660 (diff), 1014cab (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging Twitter support.

Location:
protocols
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r3e57660 r123cac7  
    133133        extern void byahoo_initmodule();
    134134        extern void jabber_initmodule();
     135        extern void twitter_initmodule();
    135136
    136137#ifdef WITH_MSN
     
    148149#ifdef WITH_JABBER
    149150        jabber_initmodule();
     151#endif
     152
     153#ifdef WITH_TWITTER
     154        twitter_initmodule();
    150155#endif
    151156
Note: See TracChangeset for help on using the changeset viewer.