Hi,

you're starting to get better at scripting, nice smile

There are some unnecessary braces in your code though:
Code:
 
on @*:text:*#*:#XpressioN:{ 
  if ($nick isvoice $chan) { mode $chan -v $nick }
  msg $chan Stop med at advertise på #XpressioN, (5m -v) 
  .timerdevoice 1 10 mode $chan +v $nick
}


Last edited by FiberOPtics; 31/05/04 09:00 PM.