WildPHP / irc-bot

A simple and modular PHP IRC bot
MIT License
84 stars 24 forks source link

Remove all but first line on multiline messages #84

Closed NanoSector closed 7 years ago

NanoSector commented 7 years ago

Currently it's possible to send multiline messages. Make this impossible. Either somewhere in Queue or ircConnection, preferably in the latter (do we want the queue to know about this?)