CaitlynMainer / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Auto-split messages #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if pircbotx split messages and sent them for us, in the event 
that they were just a wee bit too long, and then sending them as subsequent 
messages instead. Something like this: 
PircBotX.setAutoSplitMessage(boolean) : void 
could be used for the API. It really isn't difficult to implement, it just 
would be nice.

Original issue reported on code.google.com by imnothere199@gmail.com on 29 Dec 2011 at 7:45

GoogleCodeExporter commented 9 years ago
Sorry for the delay, life and school have been taking up my time.

Implementing this actually took alot longer than I thought it would since you 
have to deal with so many edge cases. But its on sendMessage, sendNotice, and 
sendCTCPCommand (for action, aka /me)

Change in Revision d8232e71a462

Original comment by Lord.Qua...@gmail.com on 29 Jan 2012 at 11:28