X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_sethost.cpp;h=b7496a4ba1f122fa5c53b92a42ce8841ae80c377;hb=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0;hp=3803c716c0fac06c829b40e325304058997ceaaa;hpb=66098d307c036997e51eaea21724615e27fdc3e9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp index 3803c716c..b7496a4ba 100644 --- a/src/modules/m_sethost.cpp +++ b/src/modules/m_sethost.cpp @@ -21,13 +21,13 @@ using namespace std; #include "users.h" #include "channels.h" #include "modules.h" -#include "helperfuncs.h" + #include "inspircd.h" /* $ModDesc: Provides support for the SETHOST command */ -extern InspIRCd* ServerInstance; + class cmd_sethost : public command_t {