]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chanprotect.cpp
Fix broken stuff.
[user/henk/code/inspircd.git] / src / modules / m_chanprotect.cpp
index f596a28d230fe0d561733169e6b89c095405a736..a1107b6ce031afe5dc249909d873a93ed5e085a5 100644 (file)
@@ -372,7 +372,7 @@ class ModuleChanProtect : public Module
                // the config option for it is set
 
                if (FirstInGetsFounder && !chan)
-                       privs = QPrefix + "@";
+                       privs = std::string(1, QPrefix) + "@";
 
                return 0;
        }