I started hacking up a quick IRC bot to interact with #s44 on the spring server, but the client library I was using (Mojo::IRC) only accepted \r\n as message terminator, per IRC spec. I got a patch accepted to that library to handle just \n gracefully, but I figured I'd submit a PR here as well, so that other 'strictly complying' clients will also be able to interact with the Spring IRC bridge.
Hiya Yaribz!
I started hacking up a quick IRC bot to interact with #s44 on the spring server, but the client library I was using (Mojo::IRC) only accepted
\r\n
as message terminator, per IRC spec. I got a patch accepted to that library to handle just\n
gracefully, but I figured I'd submit a PR here as well, so that other 'strictly complying' clients will also be able to interact with the Spring IRC bridge.Thanks!