that failed to apply

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9951 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
pippijn 2008-07-09 11:25:53 +00:00
parent 8b02191cd8
commit fe1b94c400

View File

@ -40,8 +40,10 @@ class ModulePartMsgBan : public Module
if (!IS_LOCAL(user))
return;
#if 0
if (channel->IsExtBanned(user, 'p'))
partmessage = "";
#endif
return;
}