]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chghost.cpp
Probably wont compile yet - purge_empty_channels refactor
[user/henk/code/inspircd.git] / src / modules / m_chghost.cpp
index 8a2e696bc3917ecde9028b74959a1cd230edd40c..8cfc515cd77032ca8b8739e216c4bd356d972396 100644 (file)
@@ -25,8 +25,7 @@ using namespace std;
 
 /* $ModDesc: Provides support for the CHGHOST command */
 
-Server *Srv;
-
+static Server *Srv;
 
 class cmd_chghost : public command_t
 {