]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_remove.cpp
Improved strhashcomp with no allocations
[user/henk/code/inspircd.git] / src / modules / m_remove.cpp
index 2c7fd8b9d03831ab7a3f636c64e0b5d8b9861558..5cbc384990934d7bca08b0f2a1c68fb58912fba3 100644 (file)
@@ -22,7 +22,7 @@ static Server *Srv;
 /* This little function just converts a chanmode character (~ & @ & +) into an integer (5 4 3 2 1) */
 /* XXX - this could be handy in the core, so it can be used elsewhere */
 int chartolevel(std::string &privs)
-{1
+{
        const char* n = privs.c_str();
 
        switch (*n)