Code:
on *:TEXT:.target:#team-tt:{
  msg # The current target for Team-TT is, %target $+ .
}
on *:TEXT:.settarget*:#team-tt:{
  if ($nick == Bill) set %target $2- | msg $chan Target changed to " $+ %target $+ " $+ , you may now want to set the channel topic.
else msg $chan you're not Bill.
}

Last edited by Billl; 21/04/09 02:52 PM.