Properly handle \r and \n
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 14 Mar 2009 01:13:06 +0000 (02:13 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 14 Mar 2009 01:13:06 +0000 (02:13 +0100)
commit4115350f36dbc123ddea7bfe9e1e198910ea5f3f
tree607e37d808a8ecc77fe025851d17ddfc4d1f1fe8
parentf4de537b2032ee4782de332c69feff245b9a4d30
Properly handle \r and \n

We now treat \r, \n and \r\n as linebreak, fixing a problem with windows-based
scripts. Also we don't accept ..\ in the script name anymore.
src/client/execwrapper.cpp