diff options
author | Geert Mulders <g.c.w.m.mulders@gmail.com> | 2009-12-01 22:08:02 +0100 |
---|---|---|
committer | Geert Mulders <g.c.w.m.mulders@gmail.com> | 2009-12-01 22:08:02 +0100 |
commit | 1b221e0abd6453e3ca9cf45916ff6d16f94eff2b (patch) | |
tree | cb1a973bbfd7c4b72a5d12955b428eca6bac90a7 /protocols/nogaim.c | |
parent | 36cf9fda6a5cc4bcbfe98319b48af636fa142590 (diff) |
Added twitter-module.
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 21f7dcb1..a9eb207a 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -119,6 +119,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(); @@ -136,6 +137,10 @@ void nogaim_init() jabber_initmodule(); #endif +#ifdef WITH_TWITTER + twitter_initmodule(); +#endif + #ifdef WITH_PLUGINS load_plugins(); #endif |