rufuscoder / Shakespeer

A Direct Connect Client for Multiple Platforms
GNU General Public License v2.0
28 stars 14 forks source link

html entities in the commands sent to bots #204

Open yeban opened 10 years ago

yeban commented 10 years ago

Sending commands to bots from the right-click menu causes ShakesPeer to be disconnected from the Hub.

From the logs:

10/09/13 10:01:02.898 PM ShakesPeer[169]: instantiating usercommand [To: [BOT]Info From: yeban &#36;<yeban> +absell sell test&#124;]

Consider the last bit

&#36;<yeban> +absell sell test&#124;

And here's what other DC clients send (and which works)

$<yeban> +absell sell test|

Running ShakesPeer version 0.9.11 on OSX 10.8.4.

Let me know if I can help in any way.

Thanks.