Skip to content

custom channel flags and case-sensitivity #1907

Description

@crazycatdevs

When you create a custom channel flag, it's case insensitive:

.tcl setudef dummy
.tcl setudef DuMmY
.tcl setudef DUMMY

These 3 commands will only create the dummy flag (the first created)

Doing .chanset #mychan +dUmMy works whatever is the case of the dummy flag.

.tcl channel get #mychan dUmMy will result Tcl error: Unknown channel setting.

bind chanset - dUmMy will never trigger.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions