diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-03 22:30:03 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-03 22:30:03 +0100 |
commit | 764c7d1009feda7db971ea7ac6bcb2a4acef0efc (patch) | |
tree | f156da4743548d36d0c8ab62633f133c5217fbd5 /unix.c | |
parent | b5c8a34aeff244ffe7a9f4bd5edf827495d0deea (diff) |
OTR support, first checkin
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,7 @@ #include "bitlbee.h" #include "commands.h" #include "crypting.h" +#include "otr.h" #include "protocols/nogaim.h" #include "help.h" #include "ipc.h" @@ -53,6 +54,7 @@ int main( int argc, char *argv[], char **envp ) b_main_init(); nogaim_init(); + otr_init(); srand( time( NULL ) ^ getpid() ); global.helpfile = g_strdup( HELP_FILE ); |