I have a bot and he reads out XML files from a website.
If someone uses the command !player <name>, the bot reads out the xml data and write it into the channel.
This works wonderful, but there is one problem:
If there is a " (quotation mark) behind the name (like Name"), the whole think is not working (because he tries to read out the data from Name", and Name" does not exist)
So, how can i remove the quotation mark behind the name?
In MSL (mIRC Scripting Language) I had used $remove(", $chr(34))