···2222Works best with `soju`. pico.sh runs a free instance of `soju` and has fantastic
2323[documentation](https://pico.sh/irc) on how to get connected
24242525-```zig
2525+```lua
2626local comlink = require("comlink")
27272828local config = {
···3434 tls = true,
3535}
36363737+-- Pass the server config to connect. Connect to as many servers as you need
3738comlink.connect(config)
3939+4040+-- Bind a key to an action
4141+comlink.bind("ctrl+c", "quit")
3842```
39434044## Contributing