]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chanprotect.cpp
Fix REMOVE maxparams
[user/henk/code/inspircd.git] / src / modules / m_chanprotect.cpp
index fd121edcf83a4b2112cb5ac77ad41a8f8a04941c..56d107c7155ccdc02e3878c277d3a95d49244067 100644 (file)
@@ -343,7 +343,7 @@ class ModuleChanProtect : public Module
                // the config option for it is set
 
                if (FirstInGetsFounder && !chan)
-                       privs += std::string(1, QPrefix);
+                       privs += 'q';
 
                return MOD_RES_PASSTHRU;
        }