Files
bitchx/source
Kevin Easton 8c7d9334dd Replace uses of sindex() with constant accept strings with strpbrk() / strchr()
sindex(), where neither argument is NULL and the accept string does not start with ^, is exactly equivalent
to the standard function strpbrk().

Further, strpbrk() where the accept string is only one character long, is exactly equivalent to strchr().
2017-11-17 16:32:28 +11:00
..
2017-06-28 00:03:09 +10:00
2017-05-10 23:41:32 +10:00
2017-07-11 19:01:09 +10:00