on 1:text:*timebomb*:*:{ if ( $me isin $1- ) { set -u10 %timebomb-revenge $nick } } on 1:action:*stuffs*:*:{ if ( $nick == Locutus ) { if ( $me isin $1- ) { set -u10 %timebombme yes } } } on 1:text:*defuse*bomb*cutting*:*:{ if ( %timebombme == yes ) { msg $chan cutwire $remove($19,$chr(44)) unset %timebombme } } on 1:kick:*:{ if ( $nick == locutus ) { if ( $knick == $me ) { inc %timebomb-kcount 1 if ( %timebomb-revenge != $null ) { .timer 1 3 msg $chan timebomb %timebomb-revenge } } } } on 1:text:*cut the*defused the bomb*:*:{ if ( $me isin $1- ) { inc %timebomb-ccount 1 set %timebomb-pcount $calc( ( %timebomb-ccount / %timebomb-kcount ) * 100 ) msg $chan My script defused the bomb %timebomb-ccount times with a $round(%timebomb-pcount,1) $+ $chr(37) success rate. } }