added some more helpserv functions
[NeonServV5.git] / src / cmd_neonhelp.h
index e169ef9b98f21fc468899662a1e20a1d6aa49a1b..d52c96c73ece03783e5a94226e28717947cc4df4 100644 (file)
@@ -1,5 +1,5 @@
-/* cmd_neonhelp.h - NeonServ v5.2
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* cmd_neonhelp.h - NeonServ v5.3
+ * 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);
 
 #endif
\ No newline at end of file