]> jfr.im git - solanum.git/commit - include/s_conf.h
Change xlines to store spaces as \s.
authorJilles Tjoelker <redacted>
Thu, 7 May 2009 22:21:14 +0000 (00:21 +0200)
committerJilles Tjoelker <redacted>
Thu, 7 May 2009 22:21:14 +0000 (00:21 +0200)
commit97c9dd8a265b504b6804725341519d6f9930dad6
tree24a624b186b5292d6dc31623b4ac0908cd0e4d45
parent39b23540e348ab2b6e59913b339498941456d68c
Change xlines to store spaces as \s.

Spaces in xline.conf files are changed to \s in memory
and recognized on unxline, but are not changed in the
file. New xlines are added to xline.conf files with \s.

xline.conf written by this commit or newer will not work
properly with charybdis older than 1124:131254925f32 (which
introduced \s support in match_esc()).
include/s_conf.h
modules/m_xline.c
src/kdparse.c