aboutsummaryrefslogtreecommitdiffstats
path: root/unix.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-03 22:30:03 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-03 22:30:03 +0100
commit764c7d1009feda7db971ea7ac6bcb2a4acef0efc (patch)
treef156da4743548d36d0c8ab62633f133c5217fbd5 /unix.c
parentb5c8a34aeff244ffe7a9f4bd5edf827495d0deea (diff)
OTR support, first checkin
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix.c b/unix.c
index 0aaf505a..63ef7fae 100644
--- a/unix.c
+++ b/unix.c
@@ -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 );