X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_notice.cpp;h=f43b6cd208793bdb09326abc90396b7cb41057f6;hb=cd7657bddc7a6dc2e7326077d173a874bf71f6bd;hp=0f084ffc31afb72bf8ce90152dad41d0bed32039;hpb=9cf56d917d92959701694477f7944d45ad2c38ed;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_notice.cpp b/src/cmd_notice.cpp index 0f084ffc3..f43b6cd20 100644 --- a/src/cmd_notice.cpp +++ b/src/cmd_notice.cpp @@ -11,14 +11,13 @@ * --------------------------------------------------- */ +#include "inspircd.h" #include "configreader.h" #include "users.h" #include "modules.h" #include "wildcard.h" #include "commands/cmd_notice.h" - - extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_notice(Instance);