I'm currently passing song information from Winamp to mIRC using the Nullsoft mIRC control plugin. I then use regular expressions to format/remove bits of $1- as necessary.
However I have found that if the song information passed to mIRC contains a pipe symbol | inside it, then it tries to execute everything after the pipe symbol as a new command.
Example:
In the above example, it tries to execute the "M" after the pipe as a command.
Is there a way around this? I see no way to strip out the pipe before it is passed to mIRC in the Nullsoft plugin.