Skip to main content

/join

Join a channel. Provide a key for +k (key-protected) channels.

/part

Leave a channel. Defaults to the active channel. The buffer is automatically closed.

/msg

Send a private message to a user or channel.

/me

Send an action (e.g., /me waves).

/notice

Send a NOTICE to a user or channel.

/nick

Change your nickname.

/away

Mark yourself as away. With no args, clears away status.

/back

Clear away status (alias for /away with no args).

/topic

View or set the channel topic.

/whois

Query detailed info about a user. Shows nick, user@host, realname, channels, server, idle time, and more. If a PM buffer exists for the nick, whois output appears in that buffer instead of the server buffer — useful when chatting with someone and wanting to check their info.

Auto-Whois on New PMs

Enable automatic whois when someone PMs you for the first time:
When enabled, the first PM from an unknown nick triggers a /whois and displays the results in the new PM buffer. Off by default.

/oper

Authenticate as an IRC operator (requires a valid O:line on the server).

/ctcp

CTCP requests and replies are displayed in the server buffer:
PING replies show the round-trip latency instead of the raw timestamp.

/quote

Send a raw IRC protocol line to the server.

/color

Send a message with colored text. Color can be a name (red, blue, green, etc.) or a mIRC number (0-15).

/colors

Show all available color names and their previews.

IRC Formatting Shortcuts

You can use formatting shortcuts anywhere in your messages: Colors can be names or numbers:
Use %% for a literal percent sign.

Color Combos

Define reusable color shortcuts that you can use in any message with %name%text%O syntax.

Built-in Combos

  • %rainbow% — cycles through red, orange, yellow, green, cyan, blue, purple, pink

Managing Combos

Show all defined combos.
Add a static combo using formatting shortcuts:
Add a cycling combo that applies a different color to each character:
Remove a combo.
Preview a combo without sending a message.

Using Combos

Use %name% in any message to apply the combo, and %O to reset:

Config File

Combos are saved to config.toml via /save:

/alias

Create command aliases — shortcuts that expand to longer commands.
Then /ns identify mypassword expands to /msg [email protected] identify mypassword.

Argument Placement with $*

By default, alias arguments are appended after the expansion with a space. For more control over where arguments go, use $*:
Then /chatops server is being updated expands to /quote chatops :server is being updated — the colon sits directly against the text with no extra space, which some IRC commands require. Aliases are persisted via /save as an [aliases] section in config.toml:

/mouse

Toggle mouse support. When enabled:
  • Click buffer names in the sidebar to switch
  • Scroll wheel in the chat area to scroll history
Mouse is off by default. Persisted via /save or ui.mouse = true in config.toml.

/quit

Disconnect and exit Flume.