diff options
| author | 2004-05-24 20:56:01 +0000 | |
|---|---|---|
| committer | 2004-05-24 20:56:01 +0000 | |
| commit | 496ef08226f93d877d90e56076704795fa349a4b (patch) | |
| tree | cf932ef60b1309c947daa461819355c8803727dc /src/modules/m_noctcp.cpp | |
| parent | Added m_stripcolor.so, strips ansi colour (user and channel +S mode) (diff) | |
Fixed perplexing bug in custom mode removal (apparent with +C and +c)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@829 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_noctcp.cpp')
| -rw-r--r-- | src/modules/m_noctcp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_noctcp.cpp b/src/modules/m_noctcp.cpp index 4d58151f0..73b991f7c 100644 --- a/src/modules/m_noctcp.cpp +++ b/src/modules/m_noctcp.cpp @@ -78,6 +78,7 @@ class ModuleNoCTCP : public Module // check if this is our mode character... if ((modechar == 'C') && (type == MT_CHANNEL)) { + log(DEBUG,"Allowing C change"); return 1; } else |
