mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 15
C
Pikka bird
OP Offline
Pikka bird
C
Joined: Dec 2002
Posts: 15
I want to know how can I encode/decode text with this option that mirc has. I mean, i was trying to encode something, but i dont know how. Is there any special program to do it or just some simple commands that I dont know ?


Mess With The Best & Die Like The Rest !!!
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Code:
set %ecdc $encode(This is some text,m)
Sets the variable %ecdc to "This is some text" encoded in Mime.
Code:
echo -a $decode(%ecdc,m)
Decodes %ecdc using Mime and displays the result.

Joined: Dec 2002
Posts: 15
C
Pikka bird
OP Offline
Pikka bird
C
Joined: Dec 2002
Posts: 15
And where do I have to type that? In mIRC ? Please explain a little bit more because I am new here...
Thanks.


Mess With The Best & Die Like The Rest !!!
Joined: Dec 2002
Posts: 143
A
Vogon poet
Offline
Vogon poet
A
Joined: Dec 2002
Posts: 143
if you wanted to type it manually, then in the input box at the bottom of a channel window or the status window, type:

//echo <whatever here>

the double slashes are required otherwise it wouldn't evaluate anything after the echo

If you want to put it in code, look at /help Aliases


Aubs.
cool


Link Copied to Clipboard