From f2f74272f1b32943f5620bf9f7243379e0c7827e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 29 Sep 2012 14:10:00 -0400 Subject: [PATCH] Document multisend. --- irkerd.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 -- 2.26.2