Are you sure? Have you actually tried it? Because I have long ago and I just tested it again.

Originally Posted By: RusselB
...thus $nick(#channel,$me,a,hrv) would still return $true ...
Maybe you should test it again because it does not return $true or $false it returns nothing or a number indicating nicklist position. This is usefull in an if statement since mIRC evaluates $true everything except $false, $null, $chr(0), 0 or nothing.

Originally Posted By: RusselB
If I then use //mode #channel +hrv $me $me $me
You can NOT set mode +r

BTW, you don't even need to test it by being a founder.. /join #anychannelnotownedandempty to automatically get ops.. then //mode # +hv $me $me then.. //echo test $nick(#,$me,a,hrv) != $nick(#,$me,~&@)

Originally Posted By: RusselB
Please don't make statements regarding parts of my code when showing your altered code.
How do you propose I bring it to your attention when you are wrong?