About this snippet
Overview
to stop them bouncing spies from only coming in to gather information about your chatters
on *:JOIN:#: {
if (($right($nick,-1) isnum) && ($left($nick,1) = $chr(62))) {
if (!%spykicker) set %spykicker 0
inc %spykicker
kick # $nick : No spying! %spykicker spies kicked so far
}
}
