]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sajoin.cpp
Gah, im forgetting to SetMode!
[user/henk/code/inspircd.git] / src / modules / m_sajoin.cpp
index acd7b03a297883e4bf0107d843b733858b56bf61..2471efe91fae41e54c8c34d24b138217a87c5d7f 100644 (file)
@@ -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
 {