Greetings Cobra,

The example and need we have is mostly specific, a response to a whispered command only to a specified userlevel or higher. I think if I use your example of the if ($1 == !op) that might work. Although I'm not sure if that will still trigger for a channel Owner thou, but I'll test that in test2.

on ^*:TEXT:test1*:?:{ if ($1 ==op) /msg $active (*) Topic of the moment suggestion Is test 1 }

or perhaps

on ^*:TEXT:test2*:?:{ if ($1 >=op) /msg $active (*) Topic of the moment suggestion Is test 2 }


Thanks for your suggestions,
MDA

Last edited by MDA; 21/12/02 11:04 PM.