X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2Fglobal.mod%2Fcmd_global.h;h=b1f80beb2642093c1316f0b7600693ef8344eac1;hb=66224ca632ed31a067664227d97bd41ab94b3796;hp=5b3f553161b0984bdb7104bdc285a7f2e7fecb25;hpb=706e48b1e666054030c491d864f740071e390038;p=NeonServV5.git diff --git a/src/modules/global.mod/cmd_global.h b/src/modules/global.mod/cmd_global.h index 5b3f553..b1f80be 100644 --- a/src/modules/global.mod/cmd_global.h +++ b/src/modules/global.mod/cmd_global.h @@ -1,4 +1,4 @@ -/* cmd_global.h - NeonServ v5.3 +/* cmd_global.h - NeonServ v5.4 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -17,26 +17,26 @@ #ifndef _cmd_global_h #define _cmd_global_h #include "../module.h" -#include "main.h" -#include "modcmd.h" -#include "IRCParser.h" -#include "IRCEvents.h" -#include "UserNode.h" -#include "ChanNode.h" -#include "ChanUser.h" -#include "ModeNode.h" -#include "BanNode.h" -#include "ClientSocket.h" -#include "mysqlConn.h" -#include "lang.h" -#include "HandleInfoHandler.h" -#include "WHOHandler.h" -#include "DBHelper.h" -#include "tools.h" -#include "timeq.h" -#include "version.h" -#include "EventLogger.h" -#include "bots.h" +#include "../../main.h" +#include "../../modcmd.h" +#include "../../IRCParser.h" +#include "../../IRCEvents.h" +#include "../../UserNode.h" +#include "../../ChanNode.h" +#include "../../ChanUser.h" +#include "../../ModeNode.h" +#include "../../BanNode.h" +#include "../../ClientSocket.h" +#include "../../mysqlConn.h" +#include "../../lang.h" +#include "../../HandleInfoHandler.h" +#include "../../WHOHandler.h" +#include "../../DBHelper.h" +#include "../../tools.h" +#include "../../timeq.h" +#include "../../version.h" +#include "../../EventLogger.h" +#include "../../bots.h" void register_commands(); @@ -48,10 +48,13 @@ CMD_BIND(global_cmd_commands); CMD_BIND(global_cmd_delbot); CMD_BIND(global_cmd_die); CMD_BIND(global_cmd_emote); +CMD_BIND(global_cmd_extscript); +CMD_BIND(global_cmd_global); CMD_BIND(global_cmd_god); CMD_BIND(global_cmd_meminfo); CMD_BIND(global_cmd_modcmd); CMD_BIND(global_cmd_motd); +CMD_BIND(global_cmd_move); CMD_BIND(global_cmd_netinfo); CMD_BIND(global_cmd_notice); CMD_BIND(global_cmd_raw);