]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_testcommand.cpp
Improved strhashcomp with no allocations
[user/henk/code/inspircd.git] / src / modules / m_testcommand.cpp
index 205e285cfeda5576955f64c3b9645a9f192c11cd..ccb5bde6d1efc19dec665de2bdd0ac97d85f5dc8 100644 (file)
@@ -23,7 +23,7 @@ using namespace std;
 
 /* $ModDesc: Povides a proof-of-concept test /WOOT command */
 
-Server *Srv;
+static Server *Srv;
         
 class cmd_woot : public command_t
 {