-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Is there way to rework that regexp:
Net/Jabber/Bot.pm:992
$message_chunk =~ s/[^[:print:]]+/./xmsg;
And include that update on CPAN, something like:
$message_chunk =~ s/[^[:print:]]+/\n/xmsg; #new line usually is more required than dot :)
becouse is the large trouble with adding newlines in message.
Metadata
Metadata
Assignees
Labels
No labels