I'm working on a script that spits out a random things from a list, and spits them to a nick. The problem is when the users type !command "you are a moron\n" or something similar, the bot sends "you are a moron". It's supposed to send "you are a moron: <output". How can I make it not allow \n in the input? or better yet, any \? Thanks in advace.