Skip to main content

/server add

Add a network to your configuration. Options: Examples:
The -password flag sets the IRC PASS command (sent on connect). Use ${secret_name} to reference vault secrets. For SASL or NickServ auth, use /server set after adding.

/server remove

Remove a network from configuration.

/server list

List all configured networks.

/server set

Set a field on a network. Available fields:

Authentication Examples

SASL (recommended for Libera Chat):
NickServ:
Server password (PASS command):
All password fields support ${secret_name} vault references.

/connect

Connect to a configured network.

/disconnect

Disconnect the active server.

/save

Saves both configuration files:
  • ~/.config/flume/irc.toml — network configurations
  • ~/.config/flume/config.toml — UI settings (theme, show_join_part, etc.)
Runtime changes made via /set and /theme are persisted by /save.