aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-03-05 22:13:20 -0800
committerGravatar Tom Willemse2017-03-05 22:13:20 -0800
commitcfbb40c53249aaf0207d93b0e8c1fb05448e783c (patch)
tree85bfad52d05fb7755e63b91ba0d88d2671129ae2 /emacs
parent389b570fc3c3e21953e1db531c8a3b25c36e4cc2 (diff)
downloadnew-dotfiles-cfbb40c53249aaf0207d93b0e8c1fb05448e783c.tar.gz
new-dotfiles-cfbb40c53249aaf0207d93b0e8c1fb05448e783c.zip
Only join #emacs after authenticating with NickServ
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init/oni-circe-init.org13
1 files changed, 9 insertions, 4 deletions
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