Files
bitchx/source
Kevin Easton 0d5698d41b Add inv_strpbrk() function and convert equivalent sindex() calls
inv_strpbrk() is the inverse of the standard function strpbrk().

Calls to sindex() where both strings are not NULL and the second string begins with ^ are equivalent
to calls to inv_strpbrk() (but without the ^).  Convert those calls.
2017-11-17 17:19:07 +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