aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init/oni-circe-init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/oni-circe-init.org')
-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