/snotice command lets you match, reformat, and route these notices to dedicated buffers — all from within the client.
Adding Rules
Options
Examples
Route connection notices to a dedicated buffer:Listing Rules
Suppressing by Literal Text
Viewing Recent Notices
--route, takes the last notice and creates a routing rule for it:
Testing Rules
Removing Rules
/snotice list. Supports single numbers, ranges, and comma-separated combinations:
Saving Rules
~/.config/flume/snotice.toml. Rules are loaded from this file on startup.
File Format
Rules are stored in~/.config/flume/snotice.toml:
Capture Groups
Regex capture groups are available as variables in the format string:How It Works
- Server notices are matched against rules in order
- The first matching rule wins
- If the rule has a
format, the text is reformatted using capture groups - If the rule has a
buffer, the notice is routed to that named buffer (auto-created in the buffer list) - If
suppressis true, the notice is dropped entirely - Unmatched notices use the default
server_noticeformat from[formats]
IRCd-Specific Examples
UnrealIRCd
InspIRCd
charybdis / solanum (Libera Chat)
Rules take effect immediately on add/remove — no restart needed. Use
/snotice save to persist across sessions. Flume detects duplicate patterns and will tell you if a rule already exists. /snotice last shows the most recent notice from the active server only.