mIRC Home    About    Download    Register    News    Help

Print Thread
#44200 26/08/03 08:08 AM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
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

#44201 26/08/03 08:12 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
It isn't a bug, it's quite deliberate, thats why isincs is there (it's a case sensitive version of isin).

#44202 27/08/03 04:54 AM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
oh, my bad - sorry,, tnx for help


Link Copied to Clipboard