mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
MODEACTION_ALLOW was being used instead of DENY, fixes bug #490
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8822 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
5c499c5949
commit
5eb3d1a505
@ -79,7 +79,7 @@ class CensorChannel : public ModeHandler
|
||||
}
|
||||
}
|
||||
|
||||
return MODEACTION_ALLOW;
|
||||
return MODEACTION_DENY;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user