The null charaters in the message from system_chat

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

The null charaters in the message from system_chat

#1 Post by sofax222 »

The null charaters in the message from system_chat make the logs and console incorrectly display.
add a code line to trim the null charaters in the message from system_chat.

Code: Select all

$message =~ s/\000//g; # remove null charachters
update to svn 7710