From cfbb40c53249aaf0207d93b0e8c1fb05448e783c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 5 Mar 2017 22:13:20 -0800 Subject: Only join #emacs after authenticating with NickServ --- emacs/.emacs.d/init/oni-circe-init.org | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init/oni-circe-init.org b/emacs/.emacs.d/init/oni-circe-init.org index b7fd14e..929e06e 100644 --- a/emacs/.emacs.d/init/oni-circe-init.org +++ b/emacs/.emacs.d/init/oni-circe-init.org @@ -13,22 +13,27 @@ customizations I wanted to, Circe seems much better at this. I spend most of my time on IRC on Freenode. -#+BEGIN_SRC emacs-lisp +#+BEGIN_SRC emacs-lisp -r -l ";(ref:%s)" (add-to-list 'circe-network-options `("Freenode" :nick "ryuslash" - :channels ("#emacs" - "#mowedline" + :channels ("#mowedline" "#ninthfloor" "#dispass" "#linuxvoice" "#conkeror" "#emacs-circe" - "#chicken") + "#chicken" + :after-auth ;(ref:aauth) + "#emacs") :nickserv-password ,(oni-circe-get-password-for "irc.freenode.net"))) #+END_SRC +The [[(aauth)][:after-auth]] keyword is used to specify that the =#emacs= channel +should only be joined once the authentication with NickServ has +finished. This has apparently become a requirement. + Sometimes I watch some Twitch streams as well. #+BEGIN_SRC emacs-lisp -- cgit v1.2.3-54-g00ecf