Skip to content
TG007 community snippet #48

Moshino spy kicker

to stop them bouncing spies from only coming in to gather information about your chatters

By DJSimsUK Added Sep 15, 2010
Buzzen All snippets
mIRC script 8 lines
About this snippet

Overview

to stop them bouncing spies from only coming in to gather information about your chatters
Source code

mIRC script

8 lines · 211 characters
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
  }
}
Community

Comments

Want to join the discussion? Sign in to TG007.
PaigeThursday, 21 October, 2010
Really ? [I wonder what script that could be ?], ha ha
guestThursday, 16 September, 2010
Yeah I felt that script was pretty short sighted and allowed people to abuse other rooms. Wuteva!
guestWednesday, 15 September, 2010
I have a feeling I know what script people use to spy lmao..