Skip to content

\n (newline) characters #9

@baka44

Description

@baka44

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions