mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
The last commit never happened.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7020 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
692d7a841c
commit
f9c801f739
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user