X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/a32da4c70ca85b879f8162469ae37ffeca500b99..cacb9279b99451639292f2e65ef54602a21fd1f3:/src/chanserv.c diff --git a/src/chanserv.c b/src/chanserv.c index 51580fa..42cdc37 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -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)) {