]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Need checks in two places for escaping to work.
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 1 May 2006 19:40:23 +0000 (19:40 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 1 May 2006 19:40:23 +0000 (19:40 +0000)
commit347f05019fcb401f33cef5c0d0f3add0cb8d09b0
tree5284fc1e38fb0565e548c617a092f22c5f232c45
parent236c4d0ad042cee0057c6e1b812b5eeac95fb771
Need checks in two places for escaping to work.
First check when reading lines, to let the parser know that \" etc dont open new quotes or close them,
then second check when parsing that line so that the parser knows that \" etc dont delimit a value.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3923 e03df62e-2008-0410-955e-edbf42e46eb7
src/configreader.cpp