settings = { "fe-common/core" = { # Solarized theme = "revolutionaryv2"; hilight_color = "= %R"; }; core = { real_name = "TheWarden"; user_name = "TheWarden"; nick = "TheWarden"; }; "fe-text" = { actlist_sort = "refnum"; }; }; hilights = ( { text = "TheWarden"; color = "%M"; nick = "yes"; word = "yes"; } ); statusbar = { items = { # Solarized lag = "{sb Lag: %m$0-%n}"; act = "{sb Act: $0-}"; more = "%k%3-- more --%n"; }; }; servers = ( { address = "chat.freenode.net"; chatnet = "Freenode"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; autoconnect = "no"; }, { address = "irc.us.libera.chat"; chatnet = "liberachat"; port = "6697"; use_tls = "yes"; tls_verify = "no"; } ); chatnets = { Freenode = { type = "IRC"; nick = "TheWarden"; sasl_mechanism = "PLAIN"; sasl_username = "TheWarden"; sasl_password = "forsiglast"; }; liberachat = { type = "IRC"; }; };