Scroll to navigation

GLIRC(1) General Commands Manual GLIRC(1)

NAME

Glirc - an IRC client

SYNOPSIS

glirc [--config=PATH] [--noconnect] [--version] [--full-version] [--config-format] [--help] [network...]

DESCRIPTION

Glirc is a fully-featured console IRC client. It focuses on providing both high-detail and concise views of an IRC connection. It provides an advanced line-editing environment including syntax-highlighting, multi-line buffering, and argument placeholders.

OPTIONS

use PATH instead of ~/.config/glirc/config
-!, --noconnect
disable autoconnecting
print version information
show detailed version information
show configuration file format
show help message
networks to connect to on startup

NOTES

Glirc has online documentation available inside with /help and online at https://github.com/glguy/irc-core/wiki

FILES

~/.config/glirc/config
configuration file
~/.config/glirc/sts.cfg
Strict Transport Security state

EXAMPLES

Sample simple configuration file. More detail available at https://github.com/glguy/irc-core/wiki/Configuration-File

defaults:
nick: "glircuser"
tls: yes

servers:
* name: "freenode"
hostname: "chat.freenode.net"


* name: "oftc"
hostname: "irc.oftc.net"

2020-07-27 Glirc IRC client