Use strchr instead of a custom function
Since libc already defines a function, let's just use that one. Reduces cognitive load for the reader.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Since libc already defines a function, let's just use that one. Reduces cognitive load for the reader.