The IRC protocol (RFC 1459 § 2.3) limits a single line to 512 bytes including two "end of line" characters, which leaves 510 bytes usable for commands and text.

- https://gist.github.com/grawity/3257896

How ever many you can fit in that single line is what you can do per line.