Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

layout save does not handle !channel properly #331

@irssibot

Description

@irssibot

If I give commands "/layout save" and "/save", !-channels are not handled right:

  (Major clip)
  
    { name = "!ABCDEFGcoolchan"; chatnet = "ircnet"; autojoin = "yes"; }, 
  
  (Major clip)
  
  windows = {
      1 = { immortal = "yes"; name = "(status)"; level = "ALL"; };
      15 = {
        items = (
          {
            type = "CHANNEL";
            chat_type = "IRC";
            name = "!coolchan";
            tag = "IRCNet";
          }
        );
      };

I need to add that ABCDEFG to layout manually.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions