-
- ;; rcirc znc config
- (setq rcirc-server-alist
- ;; This will replace :auth with the correct thing, see the doc for that function
- '(("aminb.org"
- :host "aminb.org"
- :port "6697"
- :encryption tls
- :auth "aminb/freenode")
- ("aminb.org"
- :host "aminb.org"
- :port "6697"
- :encryption tls
- :auth "aminb/mozilla")))