tcoppi / scrappy

scrappy is an IRC bot written in python.
Other
3 stars 1 forks source link

Split lines with carriage returns #16

Closed PartlyAtomic closed 10 years ago

PartlyAtomic commented 10 years ago

irclib will throw an exception if we try sending a line with a carriage return. Since the intent of those characters is to split a string into multiple lines, split them manually before sending. This would be easier with message sending helpers in the Module class.

PartlyAtomic commented 10 years ago

Fixed with commit cb81dfc18bae1d9e5fe838dfd9274c268c72ac13