diff options
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r-- | protocols/nogaim.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 3b4fe060..0c2094e2 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -132,6 +132,7 @@ void nogaim_init() extern void oscar_initmodule(); extern void byahoo_initmodule(); extern void jabber_initmodule(); + extern void twitter_initmodule(); #ifdef WITH_MSN msn_initmodule(); @@ -149,6 +150,10 @@ void nogaim_init() jabber_initmodule(); #endif +#ifdef WITH_TWITTER + twitter_initmodule(); +#endif + #ifdef WITH_PLUGINS load_plugins(); #endif |