From fe1b94c4009fb1a4edb59fbf80dc98de65563224 Mon Sep 17 00:00:00 2001 From: pippijn Date: Wed, 9 Jul 2008 11:25:53 +0000 Subject: that failed to apply git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9951 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_nopartmsg.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modules/m_nopartmsg.cpp') 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; } -- cgit v1.2.3