[bouncer] bind = "127.0.0.1" port = 6667 password = "changeme" [bouncer.backlog] max_messages = 10000 replay_on_connect = true [proxy] host = "127.0.0.1" port = 1080 # Registration uses a random nick and generic ident/realname. # After surviving the probation window (no k-line), the bouncer # switches to your configured nick and joins channels. [networks.libera] host = "irc.libera.chat" port = 6697 tls = true nick = "mynick" channels = ["#test"] autojoin = true # [networks.oftc] # host = "irc.oftc.net" # port = 6697 # tls = true # nick = "mynick" # channels = ["#debian"]