diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_nopartmsg.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_nopartmsg.cpp b/src/modules/m_nopartmsg.cpp index f07829acc..648626a23 100644 --- a/src/modules/m_nopartmsg.cpp +++ b/src/modules/m_nopartmsg.cpp @@ -40,8 +40,10 @@ class ModulePartMsgBan : public Module if (!IS_LOCAL(user)) return; +#if 0 if (channel->IsExtBanned(user, 'p')) partmessage = ""; +#endif return; } |