Check bad-nick/ident/host by simo
this checks for bad / nick / ident and host and bans the bad part (with wildcard to prevent evade) as well as bans host to prevent rejoin as most likely they didn't drop by for a cup of tea
Find community code by title, description or tag without leaving the TG007 Snippets library.
11 matches
this checks for bad / nick / ident and host and bans the bad part (with wildcard to prevent evade) as well as bans host to prevent rejoin as most likely they didn't drop by for a cup of tea
Most modern updated IRCD's have all kinds of features to prevent mass joins some dont tho and those that have usually only lock channel if mass joins detected not removing mass joiners therefor this code might be some sort of solution for that part some…
this will get rid of mass nick changes on channel and also will check for irccloud host and ban appropriately credits go to Neo Nemesis i modified his code a bit
This will check for bad channel on join and set ban on all channels you have access like: chanOP this saves u the trouble if they join on another of ur channels to start all over again
This will kick all banned users slightly faster since it stores in var and then kick like: kick #channel nick,nick,nick,nick,nick, this is especially usefull when gettin rid of spambots
this kick bans users that send u PM right after u join a channel ( within 2 seconds line 1 in the code ) and obviously u need to be opped on the channels
this will ban and kick out cloned nicks like: nick123 nick893 nick982 nick165 nick672 nick98387 nickjhe98 also it checks for cloned hosts/ips
protecting from impersonating channel admins/ops/bots: for example if your channel Bot or OP/Admin 's nick is admin it will kickban those that try to impersonate with nicks like admin_5454 jh98123_admin and other paterns.
join channels after u have identified for your registered nick just incase u have access on the channels you are joining to have u gaining access automated.
This will remove any wide ban matching multiple irccloud/mibbit/kiwiirc clients and replace it with ident ban This version includes the unresolved IPs Original post by simo Special thanks to Ouims@freenode for helping with regex
i have decided to share it here as it has dissapeared from the net totally and cant be found anywhere Author is myggan: putmode 1.2 by myggan this fine code is very usefull to compress modes in the form of like : +bbbbbbbbbbbbRml 120 instead of 1 mod…