]> jfr.im git - irc/evilnet/x3.git/commitdiff
Author:
authorrubin <redacted>
Wed, 25 Aug 2004 02:15:14 +0000 (02:15 +0000)
committerrubin <redacted>
Wed, 25 Aug 2004 02:15:14 +0000 (02:15 +0000)
Log message:
Cleaning up after reed

src/chanserv.c

index 51580fa03822256632bdb2d185e2d3f20466b4c3..42cdc373c347b7562f930bc452c6a075a527df26 100644 (file)
@@ -2824,11 +2824,13 @@ eject_user(struct userNode *user, struct chanNode *channel, unsigned int argc, c
            return 0;
        }
 
+#ifdef entropy_lameness
         if((victimCount > 4) && ((victimCount * 3) > channel->members.used) && !IsOper(user))
         {
             reply("CSMSG_LAME_MASK", argv[1]);
             return 0;
         }
+#endif
 
         if((action == ACTION_KICK) && (victimCount == 0))
         {