archangelic / pinhook

the pluggable python framework for IRC bots and Twitch bots
https://archangelic.github.io/pinhook/
MIT License
31 stars 4 forks source link

Messages silently fail to send if over 512 bytes #24

Closed archangelic closed 6 years ago

archangelic commented 6 years ago

Sometimes a plugin will return a message over 512 bytes. Need to find a good solution to figure out length of bytestring and split it if necessary into multiple blocks to send back to the message sending function.

What I need to implement:

This is all the framework should handle. Plugins should be responsible for cleaning up messages sent to irc.