i got this from hawkee's but did a lil editing,

Code:
#flyby on
on !*:JOIN:#:{
  if (% [ $+ [ $wildsite ] $+ ] .rd == $null) { set -u10 % [ $+ [ $wildsite ] $+ ] .rd on }
}
on !*@:PART:#:{
  if (% [ $+ [ $wildsite ] $+ ] .rd != $null) { ban -u60 # $address($nick,1) | /splay unstable.wav | /msg $chan 15,15 14,14 2,2 5,15 Door Revolving 2,2 12,15 triggered by 2,2 4,15 $nick 2,2 12,15 in 2,2 4,15 # 2,2 4,15 Banned 12for4 60 Seconds 2,2 14,14 15,15  | notice $nick you've been placed on a 60 Seconds BAN for Door Revolving }
}
#flyby end 


it works fine, but was hoping if there is any way i could msg the nick of the person that got banned when the nick has been UNBANNED after that 60 seconds. that could scan if banned nick is still online or irc then it'll msg or notice the nick and tell the nick that he or she has been unbanned for that 60 ban if banned nick is no longer online or irc it won't do nothing. can that be done?...if yes how? or what do i do?

Last edited by Confuzzled; 05/12/05 10:01 AM.