Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use length in bytes of message/command to determine when to wrap IRC …
…messages previously, we used len(message)/len(command) to determine when to wrap, but that doesn't necessarily correlate to the number of bytes, which is what the IRC spec cares about
- Loading branch information