]> jfr.im git - irc/rqf/shadowircd.git/commit - modules/m_xline.c
When checking if a nick resv or xline already exists, match exact not wild.
authorJilles Tjoelker <redacted>
Sun, 25 Nov 2007 17:18:07 +0000 (18:18 +0100)
committerJilles Tjoelker <redacted>
Sun, 25 Nov 2007 17:18:07 +0000 (18:18 +0100)
commit0fdb2570901c40e19badddc9a17c82b66eac4487
treef7f83e2560a25cf21f42b8729ebc60661dd9709d
parentc0bc9fe39a13cded315360c993be7b6854d01059
When checking if a nick resv or xline already exists, match exact not wild.
This is important because masks containing @ or # do not
match themselves.
include/s_newconf.h
modules/m_resv.c
modules/m_xline.c
src/kdparse.c
src/s_newconf.c