added NeonHelp history command
[NeonServV5.git] / src / modules / NeonHelp.mod / cmd_neonhelp.h
index 9a74fbfb7d65625e6cb04580bc6cd81ce9bfaf75..b9f28e55139cf5590f3733be96283f0793e88316 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_neonhelp.h - NeonServ v5.3
+/* cmd_neonhelp.h - NeonServ v5.4
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
 #ifndef _cmd_neonhelp_h
 #define _cmd_neonhelp_h
 #include "../module.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 "../../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"
+#include "../../lang.h"
+#include "../../tools.h"
 
 void register_commands();
 
 CMD_BIND(neonhelp_cmd_delete);
+CMD_BIND(neonhelp_cmd_history);
 CMD_BIND(neonhelp_cmd_next);
 CMD_BIND(neonhelp_cmd_requests);
 CMD_BIND(neonhelp_cmd_stats);