Quote:
I$read(protect.txt,nr,$+(/^\Q,$replacecs($knick,\E,\Q\\E\E),\E$/i))


Shouldnt that be $replacecs($knick,\E,\E\\E\Q)? If you use the one you said then \\E won't work because \\ has no special meaning inside of \Q\E anyway.