sollidius / buttbot

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

Whitespace of buttified lines is not preserved #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Buttbot splits IRC lines by whitespace instead of interpreting a parameter
starting with : to extend to the end of the line. The buttified array of
words is joined together with single spaces, so whatever whitespace was
between words originally is lost.

Original issue reported on code.google.com by ben.h...@gmail.com on 16 Jul 2008 at 6:41

GoogleCodeExporter commented 9 years ago
should be fixed in the new Butts.pm if you call it via 
$buttifier->buttify_string
($str)
or you can handle it yourself, and just pass things to $buttifier->buttify(@arr)

Original comment by shab...@gmail.com on 29 Oct 2009 at 7:39

GoogleCodeExporter commented 9 years ago
closing

Original comment by thomas.figg on 7 Dec 2009 at 3:11