Skip to content

invalid extended-join on logout #933

@slingamn

Description

@slingamn

Displayable account name should be the unfolded account name when logged in, or * when logged out (that's how it's initialized in the Client struct). However, as of #792, this is reset incorrectly to the empty string on a logout event:

https://github.com/oragono/oragono/blob/377a40c4e9fb7afeaeac36a27e7ad1a720dd2888/irc/getters.go#L305

which results in invalid extended join lines (since the account name parameter is empty and not the final parameter).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions