Awesome,

Thanks for your help guys ... I think i understand the workings of the script.

So if i was to create a channel just for ops as you suggested would the scripts then be ...

Code:
on *:text:!admin:#channel: {
  var %c = 1, %t = $nick(#opschannel,0,o)
  while (%c <= %t) {
    var %ops = $addtok(%ops,$nick($chan,%c,o),44)
    inc %c
  }
  msg %ops $nick needs help in $chan $+ .
}


I changed var %c = 1, %t = $nick(#opschannel,0,o)

Last edited by par0ar; 05/03/10 12:12 AM.