Hi
I'm trying to make a script for the server services like chanserv, nickserv, etc, etc.
I want it so that you only can see the commands that your status allows you to see(owner of the room sees all and a ops only sees the commands that are for ops)
Not every server uses the same way to show who is owner, some use ~ others use q.
I have this but it doesn't work.
It shows all the commands if i'm owner or voice.
$iif($nick($chan,$me,a) || $nick($chan,$me,q) || $nick($chan,$me,~),Drop): /msg chanserv DROP $chan
Some help on getting this right would be nice.
Greeting
Bullseye