Skip to content

/msg nick pattern error #324

@trevarj

Description

@trevarj

Reported on IRC:

using /msg *status znc_help gives a tiny error msg. i think the pattern matched
for /msg needs to change to support *status

It appears that we don't match on '*' for the nickname in /msg

pub(crate) fn is_nick_first_char(c: char) -> bool {
    c.is_alphabetic() || "[]\\`_^{|}".contains(c)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions