summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_nopartmsg.cpp2
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;
}