added user registered event, tidied up helper functions and added automatic auth...
[NeonServV5.git] / src / main.c
index 186a27137907f7993a7c712a51d45742bc2247c8..6c881fb00bfef702b9254c2cba82b247953db0ca 100644 (file)
@@ -1,4 +1,4 @@
-/* main.c - NeonServ v5.1
+/* main.c - NeonServ v5.2
  * Copyright (C) 2011  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -32,6 +32,7 @@
 #include "EventLogger.h"
 #include "ModeNode.h"
 #include "IRCQueue.h"
+#include "DBHelper.h"
 #include "lib/ini.h"
 
 time_t start_time;
@@ -121,6 +122,7 @@ int main(void)
     init_handleinfohandler();
     init_tools();
     init_bots();
+    init_DBHelper();
     
     load_languages();