From: Eric S. Raymond Date: Sat, 29 Sep 2012 18:10:00 +0000 (-0400) Subject: Document multisend. X-Git-Tag: 1.2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f2f74272f1b32943f5620bf9f7243379e0c7827e;p=irker.git Document multisend. --- diff --git a/irkerd.xml b/irkerd.xml index 1b63d20..9b0161e 100644 --- a/irkerd.xml +++ b/irkerd.xml @@ -91,9 +91,12 @@ known to spew spam is always a good idea. If you think you need to do that, you have a problem better solved at your firewall. -IRC has a message length limit of 510 bytes and ignores any text -after an embedded \n; generate your privmsg attribute values with -appropriate care. +IRC has a message length limit of 510 bytes generate your privmsg attribute values with appropriate care. + +IRC ignores any text after an embedded newline. Be aware that +irkerd will turn payload strungs with +embedded newlines into multiple IRC sends to avoid having message data +discarded. AUTHOR