mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2004
Posts: 822
J
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
J
Joined: Nov 2004
Posts: 822
This could be a bug, I'm not sure.

I noticed that debug doesn't support Unicode/UTF-8? Or at least I couldn't find a flag to enable it.

[Linked Image from i.imgur.com]

Here's the code I use.

Code
on *:connect:{ .debug -i raw_server_debug raw_server_debug }
alias raw_server_debug { .signal -n raw_server_debug $1- }
on *:signal:raw_server_debug:{
  if (($window($+(@,$server))) || ($window($+(@,$network)))) { echo -i2t $v1 $1- }
}

Joined: Dec 2002
Posts: 3,841
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,841
Thanks for your bug report. This is the indended behaviour. The debug window shows raw text.


Link Copied to Clipboard