added "nowho" parameter to debug userlist and fixed memory leak in DBHelper.c
[NeonServV5.git] / src / cmd_neonhelp.h
index 98908373ac6f29c8a1c21eccdbff65189018ca8b..0fce87a940d50f0e0f33da22d94e4e13b3b6dd65 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_neonhelp.h - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 #define _cmd_neonhelp_h
 #include "main.h"
 #include "modcmd.h"
+#include "mysqlConn.h"
+#include "ClientSocket.h"
+#include "UserNode.h"
+#include "ChanNode.h"
+#include "ChanUser.h"
+#include "DBHelper.h"
+#include "IRCParser.h"
+#include "bot_NeonHelp.h"
+#include "lang.h"
+#include "tools.h"
 
-
+CMD_BIND(neonhelp_cmd_delete);
+CMD_BIND(neonhelp_cmd_next);
+CMD_BIND(neonhelp_cmd_requests);
+CMD_BIND(neonhelp_cmd_stats);
 
 #endif
\ No newline at end of file