[general]
default_nick = "mynick"
alt_nicks = ["mynick_", "mynick__"]
realname = "My Name"
quit_message = "Flume IRC"
timestamp_format = "%H:%M:%S"
scrollback_lines = 10000
[ui]
theme = "solarized-dark"
show_nick_list = true
show_join_part = true
show_hostmask_on_join = true
[ui.keybindings]
mode = "emacs"
[logging]
enabled = true
format = "plain"
rotate = "daily"
[notifications]
highlight_bell = true
highlight_words = ["mynick"]
notify_private = true
notify_highlight = true
[ctcp]
version_reply = "Flume 1.2.5"
respond_to_version = true
respond_to_ping = true
[llm]
provider = "anthropic"
model = "claude-sonnet-4-20250514"
[dcc]
enabled = false
download_directory = "~/Downloads/flume"
passive = true
[combos]
alert = "%B%Cred,white"
info = "%Ccyan"
[combos.rainbow]
type = "cycle"
colors = ["red", "orange", "yellow", "green", "cyan", "blue", "purple", "pink"]