Only join #emacs after authenticating with NickServ
This commit is contained in:
parent
389b570fc3
commit
cfbb40c532
1 changed files with 9 additions and 4 deletions
|
@ -13,22 +13,27 @@ customizations I wanted to, Circe seems much better at this.
|
||||||
|
|
||||||
I spend most of my time on IRC on Freenode.
|
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
|
(add-to-list 'circe-network-options
|
||||||
`("Freenode"
|
`("Freenode"
|
||||||
:nick "ryuslash"
|
:nick "ryuslash"
|
||||||
:channels ("#emacs"
|
:channels ("#mowedline"
|
||||||
"#mowedline"
|
|
||||||
"#ninthfloor"
|
"#ninthfloor"
|
||||||
"#dispass"
|
"#dispass"
|
||||||
"#linuxvoice"
|
"#linuxvoice"
|
||||||
"#conkeror"
|
"#conkeror"
|
||||||
"#emacs-circe"
|
"#emacs-circe"
|
||||||
"#chicken")
|
"#chicken"
|
||||||
|
:after-auth ;(ref:aauth)
|
||||||
|
"#emacs")
|
||||||
:nickserv-password
|
:nickserv-password
|
||||||
,(oni-circe-get-password-for "irc.freenode.net")))
|
,(oni-circe-get-password-for "irc.freenode.net")))
|
||||||
#+END_SRC
|
#+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.
|
Sometimes I watch some Twitch streams as well.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue