]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/channels.cpp
Allow jmpsrv to handle SSL-connected clients correctly - also allow clients to use...
[user/henk/code/inspircd.git] / src / channels.cpp
index cab4fb73964b9188b92b0c6c52a92faf87ce6f73..afc56990923434372947b37822f90c01d945cfad 100644 (file)
@@ -337,7 +337,6 @@ void Channel::ForceJoin(User* user, const std::string* privs, bool bursting, boo
        {
                // If the user was granted prefix modes (in the OnUserPreJoin hook, or he's a
                // remote user and his own server set the modes), then set them internally now
-               memb->modes = *privs;
                for (std::string::const_iterator i = privs->begin(); i != privs->end(); ++i)
                {
                        ModeHandler* mh = ServerInstance->Modes->FindMode(*i, MODETYPE_CHANNEL);