I'm using this JSON parser
http://hawkee.com/snippet/10194/ to get the 1st word definition from urban dictionary's API.
It's working fine, but when there's a line break in the word definition, it seems that mIRC tries to run the first word after the line break as a command.
For example
http://api.urbandictionary.com/v0/define?term=dota+2Gives "AND Unknown command" in the status window.
Is there any way to fix this?