Yaribz / SpringIrcBridge

SpringRTS IRC lobby protocol bridge
GNU General Public License v3.0
3 stars 1 forks source link

Slight change to ->send to comply with IRC specs #2

Closed kanatohodets closed 9 years ago

kanatohodets commented 9 years ago

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!

Yaribz commented 9 years ago

Thank you!