mIRC Home    About    Download    Register    News    Help

Print Thread
#64715 21/12/03 03:27 PM
B
bloupx
bloupx
B
here's what i'm trying.
to my understanding /debug -i lets you call an identifier before the debug line is being passed on to mirc which parses it.

i'm trying to change my ip in an on join event so i'm changing it via the alias thats called by /debug -i
and its being passed on like that to mirc.

i know the ip is not really changing but myself since the debug is changed i should see it changed too. its in the debug log changed but not in the actual chat window, meaning $address($me,1) still has the same value there.


any ideas?

#64716 21/12/03 04:34 PM
Joined: Dec 2002
Posts: 2,884
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,884
AFAIK the -i identifier's return value is simply used as the line displayed in the debug log, it has no effect on what mIRC parses.

#64717 21/12/03 04:49 PM
B
bloupx
bloupx
B
Ah, that's what i thought. Thanks for the Answer.


Link Copied to Clipboard