]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operlog.cpp
Convert more modules
[user/henk/code/inspircd.git] / src / modules / m_operlog.cpp
index c2524fb51d3df4a9e8b96cf5db327aedc5d18b75..e617c47e03b43890d9c17df0b953aaaf7d598827 100644 (file)
@@ -53,7 +53,7 @@ class ModuleOperLog : public Module
                        command_t* thiscommand = ServerInstance->Parser->GetHandler(command);
                        if ((thiscommand) && (thiscommand->flags_needed = 'o'))
                        {
-                               std::string plist = "";
+                               std::string plist;
                                for (int j = 0; j < pcnt; j++)
                                        plist.append(std::string(" ")+std::string(parameters[j]));