--- deliantra/server/socket/lowlevel.C 2007/07/30 02:03:03 1.56 +++ deliantra/server/socket/lowlevel.C 2007/09/01 08:03:46 1.57 @@ -489,7 +489,7 @@ void client::send_msg (int color, const char *type, const char *msg) { - if (msg_is_special (msg)) + if (msg_is_special (msg) || (type [0] == 'c' && type [1] == '/')) cfperl_send_msg (this, color, type, msg); else if (can_msg) send_packet_printf ("msg %d %s %s", color & NDI_CLIENT_MASK, type, msg);