in reply to Net::IRC print multiple lines from $self->privmsg
IRC is a line oriented protocol, so I really doubt that there is a way to put multiple lines into one line. Also, there are (various) length limits on a single line to prevent flooding. So I guess you're out of luck, unless your program splits up a single line into multiple lines before sending the line.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::IRC print multiple lines from $self->privmsg
by superfrink (Curate) on Nov 19, 2004 at 19:01 UTC |