]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
The last commit never happened.
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 14 May 2007 09:39:15 +0000 (09:39 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 14 May 2007 09:39:15 +0000 (09:39 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7020 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_chanfilter.cpp

index d9e2f84f05ae6a6a44575f5c5efc793c4508d774..3c16b013d0550aba81666a84608b2fb70331df2a 100644 (file)
@@ -92,7 +92,7 @@ class ModuleChanFilter : public Module
 
        virtual int ProcessMessages(userrec* user,chanrec* chan,std::string &text)
        {
-               if (!IS_LOCAL(user) || CHANOPS_EXEMPT(ServerInstance, 'g') && chan->->GetStatus(user) == STATUS_OP)
+               if (!IS_LOCAL(user) || CHANOPS_EXEMPT(ServerInstance, 'g') && chan->GetStatus(user) == STATUS_OP)
                        return 0;
 
                // Create a copy of the string in irc::string