Closed auscompgeek closed 10 years ago
Mmn, we really need to sanitize that regex. Perhaps it would be a better idea to to a higher-level newline cull in the bot itself? When it's sending out the message, that is. Could leave an option available for a plugin to explicitly request that it not be sanitised.
Wow... We need to fix irc_send
to not allow for \r\n
terminators in the given input (and do other sanitisation).
@cyphar Not \r\n
, but \n
, since most IRCds allow for sending just \n
rather than \r\n
. But yes.
So... it seems I managed to do this:
... and now I have to restart it. Oops.
A
join
trigger would help as well.