X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2FNeonHelp.mod%2Fbot_NeonHelp.c;h=8b00188b8cb7282fdb527891a2192fd4b73b0f31;hp=f3df2fc406c7c75511fe888a4582428bc9e2a8d5;hb=8a990d2c87f8f8a6ca26dd2c6afef161dab2eb9e;hpb=706e48b1e666054030c491d864f740071e390038 diff --git a/src/modules/NeonHelp.mod/bot_NeonHelp.c b/src/modules/NeonHelp.mod/bot_NeonHelp.c index f3df2fc..8b00188 100644 --- a/src/modules/NeonHelp.mod/bot_NeonHelp.c +++ b/src/modules/NeonHelp.mod/bot_NeonHelp.c @@ -14,21 +14,22 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +#include "../module.h" #include "bot_NeonHelp.h" -#include "modcmd.h" -#include "cmd_neonhelp.h" -#include "lang.h" -#include "mysqlConn.h" -#include "ClientSocket.h" -#include "UserNode.h" -#include "ChanNode.h" -#include "ChanUser.h" -#include "IRCEvents.h" -#include "IRCParser.h" -#include "bots.h" -#include "DBHelper.h" -#include "WHOHandler.h" +#include "../../modcmd.h" +#include "../../cmd_neonhelp.h" +#include "../../lang.h" +#include "../../mysqlConn.h" +#include "../../ClientSocket.h" +#include "../../UserNode.h" +#include "../../ChanNode.h" +#include "../../ChanUser.h" +#include "../../IRCEvents.h" +#include "../../IRCParser.h" +#include "../../bots.h" +#include "../../DBHelper.h" +#include "../../WHOHandler.h" #define BOTID 4 #define BOTALIAS "NeonHelp"