This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

help networks ... anti mass GLINE script

Old posts that have not been replied to for several years.
Locked
B
BlacKICcE
Voice
Posts: 1
Joined: Sun Jun 05, 2005 2:57 am

help networks ... anti mass GLINE script

Post by BlacKICcE »

hello,
i coded this script using mIRC ... so if anybody can help convert it to TCL
thanks in advance

Code: Select all

on *:snotice:*Line Added*:{
  .set %gline.nick $14 
  { if (!$eval($+(%,fl),3)) set -u1 $+(%,fl) 1 | elseif ($2 = G:Line)  { gline $gettok(%gline.nick,1,33) 1s Glined due to mass gline. Coded By _CyB0rG  }
  }
}
this script ... check if there is 3 notices in 1 second with (Line Added) he'll gline $14 ($14 = King|Naz!King@M.a.L.e.K: ) so i only need King|Naz ...

please help, And thanks .. oh another thing :P he'll check if King|Naz (or any nick) is logged in in the so bot he (the bot) wont gline him :)[/code]
Locked