From: Armaan Bhojwani Date: Thu, 20 May 2021 23:33:39 +0000 (-0400) Subject: Add user field to Circe X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=5b33a52fa399c77b646b839bb0f2fca92f0e508d Add user field to Circe --- diff --git a/config.org b/config.org index 82bd5a9..f05194d 100644 --- a/config.org +++ b/config.org @@ -467,6 +467,7 @@ Circe is a really nice IRC client, that claims to be above RCIRC and below ERC i (setq circe-networks '(("libera" :host "irc.armaanb.net" :nick "emacs" + :user "emacs" :use-tls t :port "6698" :pass (lambda (null) (fetch-password @@ -476,6 +477,7 @@ Circe is a really nice IRC client, that claims to be above RCIRC and below ERC i ("oftc" :host "irc.armaanb.net" :nick "emacs" + :user "emacs" :use-tls t :port "6699" :pass (lambda (null) (fetch-password @@ -485,6 +487,7 @@ Circe is a really nice IRC client, that claims to be above RCIRC and below ERC i ("tilde" :host "irc.armaanb.net" :nick "emacs" + :user "emacs" :use-tls t :port "6696" :pass (lambda (null) (fetch-password