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 ...
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)