Connect to ZNC only once
This commit is contained in:
parent
0049eb4dcb
commit
e5b4614f37
@ -2008,19 +2008,12 @@ IRC in Emacs, just in case anyone actually still uses it...
|
|||||||
Channels:
|
Channels:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(with-eval-after-load 'rcirc
|
(with-eval-after-load 'rcirc
|
||||||
(add-to-list 'rcirc-server-alist
|
(setq rcirc-server-alist
|
||||||
`("znc.jeremydormitzer.com"
|
`(("znc.jeremydormitzer.com"
|
||||||
:port 3000
|
:port 3000
|
||||||
:nick "jdormit"
|
:nick "jdormit"
|
||||||
:user-name "jdormit/freenode"
|
:user-name "jdormit"
|
||||||
:password ,(password-store-get "znc.jeremydormitzer.com")))
|
:password ,(password-store-get "znc.jeremydormitzer.com")))))
|
||||||
(add-to-list 'rcirc-server-alist
|
|
||||||
`("znc.jeremydormitzer.com"
|
|
||||||
:channels ("#social")
|
|
||||||
:nick "jdormit"
|
|
||||||
:user-name "jdormit/w3"
|
|
||||||
:port 3000
|
|
||||||
:password ,(password-store-get "znc.jeremydormitzer.com"))))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Key bindings:
|
Key bindings:
|
||||||
|
Loading…
Reference in New Issue
Block a user