mirc has 1 bug in char things it seems that it cant tell the difference between: a and A coz in popups i have commands for opers, service admins and server admins and code is:
$iif(A isin $usermode,Administrator, $style(2) Administrator)
$iif(a isin $usermode,ServiceAdmin, $style(2) ServiceAdmin)
so itz quite nice using that thru $usermodes since it will read what usermode user has and it will enable/disable some popups but mircfinds a and A same so even if i only have +a usermode as service admin it will also enable Server Admin modes.... so thatz a bug to me