mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 35
C
Ameglian cow
OP Offline
Ameglian cow
C
Joined: Dec 2002
Posts: 35
Can I get a null character out of mIRC somehow? Character 0, \000, \x0, NULL. To send to an SMTP server, I need two of them for SMTP AUTH PLAIN. The obvious $chr(0) doesn't work, nor does $null. I dabbled a little in binary variables, but I'm not sure how to reference one once I've set one.

So.. can I? Thanks for your time.

Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
//bset &var 1 0 0 | /echo -s $bvar(&var,1,2)

Use /sockwrite &var to send 2 nulls. Also, se /help /bset for more information.


-KingTomato

Link Copied to Clipboard