summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpippijn <pippijn@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-09 11:25:53 +0000
committerpippijn <pippijn@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-09 11:25:53 +0000
commitfe1b94c4009fb1a4edb59fbf80dc98de65563224 (patch)
tree266858d0dfc83fb8b9a750ac3432c2802bd4058c
parent8b02191cd885f9f81a15f3d2ad99f1def87234cc (diff)
that failed to apply
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9951 e03df62e-2008-0410-955e-edbf42e46eb7
-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;
}