X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_sajoin.cpp;h=2471efe91fae41e54c8c34d24b138217a87c5d7f;hb=9dd72b7003963d868a23da930a91300b49ab4959;hp=acd7b03a297883e4bf0107d843b733858b56bf61;hpb=d46f8e0684a4891dc0a6b7b49174db919b1bfb79;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_sajoin.cpp b/src/modules/m_sajoin.cpp index acd7b03a2..2471efe91 100644 --- a/src/modules/m_sajoin.cpp +++ b/src/modules/m_sajoin.cpp @@ -21,10 +21,11 @@ using namespace std; #include "users.h" #include "channels.h" #include "modules.h" +#include "helperfuncs.h" /* $ModDesc: Provides support for unreal-style SAJOIN command */ -Server *Srv; +static Server *Srv; class cmd_sajoin : public command_t {