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- }
}


What do you do at the end of the world? Are you busy? Will you save us?