]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sapart.cpp
Improved strhashcomp with no allocations
[user/henk/code/inspircd.git] / src / modules / m_sapart.cpp
index ecda2605051d16b0a2d56db22539c8d3d002db6f..33b323fea22c60144ec829aefb31a87c8d93d7e5 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 SAPART command */
 
-Server *Srv;
+static Server *Srv;
 
 class cmd_sapart : public command_t
 {