]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_restrictchans.cpp
Probably wont compile yet - purge_empty_channels refactor
[user/henk/code/inspircd.git] / src / modules / m_restrictchans.cpp
index d4fbdfbb5382b5dcc3a95f163b687e0ac0bce37a..b6d34bf259f1616a54c57bf8fb90116c94cd514a 100644 (file)
@@ -25,10 +25,9 @@ using namespace std;
 
 /* $ModDesc: Only opers may create new channels if this module is loaded */
 
-Server *Srv;
-        
 class ModuleRestrictChans : public Module
 {
+       Server* Srv;
 
        std::map<irc::string,int> allowchans;