dashh commented on a Page, DuelBot  -  Feb 21, 2009

nice but...

  inc %OKP [ $+ [ $nick [ $+ [ $knick ] ] ] ]
if ( %OKP [ $+ [ $nick [ $+ [ $knick ] ] ] ] == 4 ) {
    /set %overkicker $nick
    /msg $chan 4 WARNING 1 >> 0,4 $nick kicks $knick 4 times  %logo
  }
  .timer. [ $+ [ $nick [ $+ [ $knick ] ] ] ] 1 60 unset %OKP [ $+ [ $nick [ $+ [ $knick   ] ] ] ]

timer is inecesary.

set / vars ( like some inc ) have a auto unset timer

set -uN xD

  inc -u60 %OKP [ $+ [ $nick [ $+ [ $knick ] ] ] ]

;- so

if ( %OKP [ $+ [ $nick [ $+ [ $knick ] ] ] ] == 4 ) {
    /set %overkicker $nick
    /msg $chan 4 WARNING 1 >> 0,4 $nick kicks $knick 4 times  %logo
  }
inc -u60 %OKP [ $+ [ $nick [ $+ [ $knick ] ] ] ]

and this.

if ( $nick isin Serv Sevr bot b0t ) { /msg #warfight 7 $nick $+ , BOT  is not allowed to contest...  | halt }
;if u want use istok or some thing.
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.