]> jfr.im git - irc/rqf/shadowircd.git/commit
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)
commit63860dd1a7e06f181cf037101490270ae89e7ad1
tree304a56f2d02d01e20a2d6b22ce89ae3cad3cf2f8
parenteb5e3f1520069f1889a87569be5b01ce07b19d91
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