mIRC Home    About    Download    Register    News    Help

Print Thread
#159632 19/09/06 11:53 AM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
i use mirc 6.2 and have enabled the 'Decode' from the 'lock' options in mirc

but i use $decode for my toolbar..

and my toolbar messes up on some mircs

my question is was $decode / $encode introduced in mirc 6.2? what about the lock feature??

is there any code i can use to enable the Decode from lock options in any mirc, if its disabled?

please help guys

#159633 19/09/06 11:59 AM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
The lock feature for $decode/$encode was brought in fairly recently.

You can use $mdecode by jaytea.

#159634 19/09/06 12:03 PM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
ok thanks but my code uses this

$!decode( $encode(%c,m) ,m)


$encode is fine for all mirc i think?

$!mdecode( $encode(%c,m) ,m) ??

i just tried the above line, it messed up my toolbar hmm

Last edited by pouncer; 19/09/06 12:05 PM.
#159635 19/09/06 12:08 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Almost nothing in mIRC has been there in every single version. Instead of repeatedly asking if things work for such and such a version, download the versions.txt file from http://www.mirc.co.uk/versions.txt and check for yourself.

And no, that code won't work.

Code:
$!mdecode( $encode(%c) )

#159636 19/09/06 12:13 PM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
ok thanks. the code was

$!mdecode( $encode(%c,m) )
it worked

#159637 19/09/06 03:37 PM
Joined: Sep 2003
Posts: 261
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Sep 2003
Posts: 261
hahahaha

When I saw this thread listed, I thought the world was coming to an end. But turns out it was just about $decode, and no actual problem frown.


Link Copied to Clipboard