yea i got that in another site but i can only add one cuz when i add multiples and it wont work! how would i add multiple ones like:
Code:
on *:text:!set roster *:#:{
  if ($nick isop #) {
    !set %roster $3-
    !msg $chan done!
  }
}



on *:text:!set league *:#:{
  if ($nick isop #) {
    !set %league $3-
    !msg $chan done!
  }
}



on *:text:!set news *:#:{
  if ($nick isop #) {
    !set %news $3-
    !msg $chan done!
  }
}



on *:text:!set website *:#:{
  if ($nick isop #) {
    !set %website $3-
    !msg $chan done!
  }
}


while ($noob = $true) { .stfu }