--- deliantra/server/socket/lowlevel.C 2008/05/08 20:03:50 1.65 +++ deliantra/server/socket/lowlevel.C 2008/09/19 01:39:45 1.66 @@ -487,7 +487,9 @@ int len = strlen (msg); - if (msg_is_special (msg) || (type [0] == 'c' && type [1] == '/') || len > (MAXSOCKBUF - 128)) + if (!(color & NDI_VERBATIM) + && (msg_is_special (msg) + || (type [0] == 'c' && type [1] == '/') || len > (MAXSOCKBUF - 128))) cfperl_send_msg (this, color, type, msg); else if (can_msg) send_packet_printf ("msg %d %s %s", color & NDI_CLIENT_MASK, type, msg);