{
    "content": [
        {
            "type": "text",
            "text": "# irssi(1) (man)\n\n**Summary:** Irssi - a modular IRC client for UNIX\n\n**Synopsis:** irssi [--config=PATH] [--home=PATH] [-dv!?] [-c server] [-p port] [-n nickname] [-w password]\n[-h hostname]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -c | — | — | connect to SERVER |\n| -w | — | — | use PASSWORD for authentication. |\n| -p | — | — | automatically connect to PORT on server. |\n| — | --noconnect | — | disable autoconnecting of servers |\n| -n | — | — | specify NICKNAME as your nick |\n| -h | — | — | use HOSTNAME for your irc session |\n| -v | --version | — | display the version of Irssi |\n| -? | --help | — | show a help message |\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (3 lines)\n- **DESCRIPTION** (4 lines)\n- **OPTIONS** (6 lines) — 8 subsections\n  - -c, --connect= (2 lines)\n  - -w, --password= (2 lines)\n  - -p, --port= (2 lines)\n  - -!, --noconnect (2 lines)\n  - -n, --nick= (2 lines)\n  - -h, --hostname= (2 lines)\n  - -v, --version (2 lines)\n  - -?, --help (2 lines)\n- **SEE ALSO** (3 lines)\n- **FILES** (21 lines)\n- **AUTHORS/CREDITS** (6 lines)\n\n## Full Content\n\n### NAME\n\nIrssi - a modular IRC client for UNIX\n\n### SYNOPSIS\n\nirssi [--config=PATH] [--home=PATH] [-dv!?] [-c server] [-p port] [-n nickname] [-w password]\n[-h hostname]\n\n### DESCRIPTION\n\nIrssi is a modular Internet Relay Chat client; it is highly extensible and very secure. Being\na  fullscreen,  termcap  based  client with many features, Irssi is easily extensible through\nscripts and modules.\n\n### OPTIONS\n\n--config=FILE\nuse FILE instead of ~/.irssi/config\n\n--home=PATH\nPATH specifies the home directory of Irssi; default is ~/.irssi\n\n#### -c, --connect=\n\nconnect to SERVER\n\n#### -w, --password=\n\nuse PASSWORD for authentication.\n\n#### -p, --port=\n\nautomatically connect to PORT on server.\n\n#### -!, --noconnect\n\ndisable autoconnecting of servers\n\n#### -n, --nick=\n\nspecify NICKNAME as your nick\n\n#### -h, --hostname=\n\nuse HOSTNAME for your irc session\n\n#### -v, --version\n\ndisplay the version of Irssi\n\n#### -?, --help\n\nshow a help message\n\n### SEE ALSO\n\nIrssi has a  solid  amount  of  documentation  available;  check  /HELP  or  look  online  at\nhttps://irssi.org\n\n### FILES\n\n~/.irssi/config\npersonal configuration file\n\n~/.irssi/config.autosave\nautomatic save of the personal config file when it was changed externally\n\n~/.irssi/default.theme\ndefault irssi theme\n\n~/.irssi/away.log\nlogged messages in away status\n\n~/.irssi/scripts/\ndefault scripts directory\n\n~/.irssi/scripts/autorun/\ndirectory containing links to scripts that should be loaded automatically on startup\n\n~/.irssi/startup\nfile containing a list of commands to execute on startup\n\n### AUTHORS/CREDITS\n\nIrssi  was  written  by  Timo  Sirainen; this manpage was written by Istvan Sebestyen, Stefan\nTomanek, Geert Hauwaerts.\n\n\n\nIrssi IRC client                              June 2015                                     Irssi(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "irssi",
        "section": "1",
        "mode": "man",
        "summary": "Irssi - a modular IRC client for UNIX",
        "synopsis": "irssi [--config=PATH] [--home=PATH] [-dv!?] [-c server] [-p port] [-n nickname] [-w password]\n[-h hostname]",
        "flags": [
            {
                "flag": "-c",
                "long": null,
                "arg": null,
                "description": "connect to SERVER"
            },
            {
                "flag": "-w",
                "long": null,
                "arg": null,
                "description": "use PASSWORD for authentication."
            },
            {
                "flag": "-p",
                "long": null,
                "arg": null,
                "description": "automatically connect to PORT on server."
            },
            {
                "flag": "",
                "long": "--noconnect",
                "arg": null,
                "description": "disable autoconnecting of servers"
            },
            {
                "flag": "-n",
                "long": null,
                "arg": null,
                "description": "specify NICKNAME as your nick"
            },
            {
                "flag": "-h",
                "long": null,
                "arg": null,
                "description": "use HOSTNAME for your irc session"
            },
            {
                "flag": "-v",
                "long": "--version",
                "arg": null,
                "description": "display the version of Irssi"
            },
            {
                "flag": "-?",
                "long": "--help",
                "arg": null,
                "description": "show a help message"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 6,
                "subsections": [
                    {
                        "name": "-c, --connect=",
                        "lines": 2,
                        "flag": "-c"
                    },
                    {
                        "name": "-w, --password=",
                        "lines": 2,
                        "flag": "-w"
                    },
                    {
                        "name": "-p, --port=",
                        "lines": 2,
                        "flag": "-p"
                    },
                    {
                        "name": "-!, --noconnect",
                        "lines": 2,
                        "long": "--noconnect"
                    },
                    {
                        "name": "-n, --nick=",
                        "lines": 2,
                        "flag": "-n"
                    },
                    {
                        "name": "-h, --hostname=",
                        "lines": 2,
                        "flag": "-h"
                    },
                    {
                        "name": "-v, --version",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--version"
                    },
                    {
                        "name": "-?, --help",
                        "lines": 2,
                        "flag": "-?",
                        "long": "--help"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "FILES",
                "lines": 21,
                "subsections": []
            },
            {
                "name": "AUTHORS/CREDITS",
                "lines": 6,
                "subsections": []
            }
        ]
    }
}