You could also do
Code:
on *:TEXT:*!mods*:[color:red]#[/color]: {  
set %i 1  
set %peramods $nick(#,%i)  
if (%peramods == $null) && ($me isop $chan) { goto done }  
if (%peramods isop $chan) && ($me isop $chan) { msg $chan %peramods is an op on $chan }  
if (%peramods ishop $chan) && ($me isop $chan) { msg $chan %peramods is a halfop on $chan }  
inc %i  
goto next  
:done
}

Which would trigger in any room you have ops in smile

Last edited by SladeKraven; 02/07/03 12:49 AM.