X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_setname.cpp;h=25269d1c420784f6e901604abcd7fb6e36770153;hb=d54fd9b1e6b31f69332a9241b5f17330c0ad61e0;hp=244c488187773655d0be8044370140c6153fc197;hpb=66098d307c036997e51eaea21724615e27fdc3e9;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_setname.cpp b/src/modules/m_setname.cpp index 244c48818..25269d1c4 100644 --- a/src/modules/m_setname.cpp +++ b/src/modules/m_setname.cpp @@ -21,12 +21,12 @@ using namespace std; #include "users.h" #include "channels.h" #include "modules.h" -#include "helperfuncs.h" + #include "inspircd.h" /* $ModDesc: Provides support for the SETNAME command */ -extern InspIRCd* ServerInstance; + class cmd_setname : public command_t {