X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2Fglobal.mod%2Fcmd_global.h;h=38421a98fe1f50530b039d3b80d67b1ae38e2de0;hb=HEAD;hp=b1f80beb2642093c1316f0b7600693ef8344eac1;hpb=66224ca632ed31a067664227d97bd41ab94b3796;p=NeonServV5.git diff --git a/src/modules/global.mod/cmd_global.h b/src/modules/global.mod/cmd_global.h index b1f80be..38421a9 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.4 +/* cmd_global.h - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -17,6 +17,7 @@ #ifndef _cmd_global_h #define _cmd_global_h #include "../module.h" +#include "../botid.h" #include "../../main.h" #include "../../modcmd.h" #include "../../IRCParser.h" @@ -71,4 +72,5 @@ CMD_BIND(global_cmd_unbind); CMD_BIND(global_cmd_unregister); CMD_BIND(global_cmd_version); + #endif \ No newline at end of file