/join
+k (key-protected) channels.
/part
/msg
/me
/me waves).
/notice
/nick
/away
/back
/away with no args).
/topic
/whois
Auto-Whois on New PMs
Enable automatic whois when someone PMs you for the first time:/whois and displays the results in the new PM buffer. Off by default.
/oper
/ctcp
CTCP requests and replies are displayed in the server buffer:/quote
/color
red, blue, green, etc.) or a mIRC number (0-15).
/colors
IRC Formatting Shortcuts
You can use formatting shortcuts anywhere in your messages:
Colors can be names or numbers:
%% 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
Using Combos
Use%name% in any message to apply the combo, and %O to reset:
Config File
Combos are saved toconfig.toml via /save:
/alias
/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 $*:
/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
- Click buffer names in the sidebar to switch
- Scroll wheel in the chat area to scroll history
/save or ui.mouse = true in config.toml.