]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_auditorium.cpp
Fix for bug #541: /taxonomy reporting metadata for incorrect user. Can someone please...
[user/henk/code/inspircd.git] / src / modules / m_auditorium.cpp
index cba99d4716e5938af3d0d3b54e7396583ae74fcd..c1da8ca8c64ccfee38b97b647454f7ef2ba44292 100644 (file)
@@ -126,7 +126,7 @@ class ModuleAuditorium : public Module
                }
        }
 
-       void OnUserPart(User* user, Channel* channel, const std::string &partmessage, bool &silent)
+       void OnUserPart(User* user, Channel* channel, std::string &partmessage, bool &silent)
        {
                if (channel->IsModeSet('u'))
                {