0 LIKES
Snippet
Ident G-line(CLONES) by elvara
In Category General IRC Posted by Snippets On 12/04/23
####################################################
Koliko obicnih usera ima isti ident
4 i vise puta? :) mislim nijedan.
Timer postavljen na 12 sec. Moze se produziti
na 30 sec.. vise od toga nije preporucljivo.
Coded by STRICek @2009
####################################################
Koliko obicnih usera ima isti ident
4 i vise puta? :) mislim nijedan.
Timer postavljen na 12 sec. Moze se produziti
na 30 sec.. vise od toga nije preporucljivo.
Coded by STRICek @2009
####################################################
raw 352:*: { if ( [ %fident [ $+ [ $3 ] ] ] == $null ) { //set %fident [ $+ [ $3 ] ] 1 | //.timer 1 12 //unset %fident [ $+ [ $3 ] ] } if ( [ %fident [ $+ [ $3 ] ] ] >= 4 ) { gline $6 1h Filtering $6 drones! NIF IF(patch3) http://tvoj.web.ba| echo -ti2 @DefenderNotice 5*** Glinovan $6 NIF patch3 } //inc %fident [ $+ [ $3 ] ] 1 }
Comments 0
You must be logged in to comment.