From: w00t Date: Mon, 14 May 2007 09:39:15 +0000 (+0000) Subject: The last commit never happened. X-Git-Tag: v2.0.23~5387 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=f9c801f73939c3c0fd445d8f03d1670f2a3693c0;hp=692d7a841cba2ef653c1d7f65510f7b568636227;p=user%2Fhenk%2Fcode%2Finspircd.git The last commit never happened. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7020 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_chanfilter.cpp b/src/modules/m_chanfilter.cpp index d9e2f84f0..3c16b013d 100644 --- a/src/modules/m_chanfilter.cpp +++ b/src/modules/m_chanfilter.cpp @@ -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