kihashi / mtg-irc

A module for the IRC Bot Phenny that allows users to query magic cards.
3 stars 1 forks source link

Willie does not output lines longer than 512 characters. #48

Closed kihashi closed 9 years ago

kihashi commented 10 years ago

I patch Phenny to split long lines into multiple lines. I will need to apply the same patch to willie.

kihashi commented 9 years ago

I found reference to it in Willie's pull requests:

msg() takes a max_messages parameter that splits long replies instead of truncating them up to max_messages messages. say() has this in its API, but replay() did not. I added it to reply on the server, but I need to get the change in source control.