idler sharing stuff
Posted by CrashB
Friday, May 14, 2004
Description: go away hobobob!

on *:text:.join *:?:{
  set -u180 $+(%,trade.,$$2) $$3
  msg $nick Now join #crash with the nick " $+ $$2 $+ " and I will idle $$3 $+ .
}

on *:join:#crash:{
  if $eval($+(%,trade.,$nick),2) != $null {
    join $eval($+(%,trade.,$nick),2)
    set $+(%,idle.,$nick) $eval($+(%,trade.,$nick),2)
    unset $+(%,trade.,$nick)
  }
}

on *:part:#crash:{
  if $me ison $eval($+(%,idle.,$nick),2) {
    part $eval($+(%,idle.,$nick),2)
    unset $+(%,idle.,$nick)
  }
}
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world