Autojoin some more channels in Circe
This commit is contained in:
parent
ea5263a852
commit
0427658756
1 changed files with 5 additions and 1 deletions
|
@ -164,7 +164,11 @@ wanted it. So now I use Circe.
|
||||||
(setq circe-network-options
|
(setq circe-network-options
|
||||||
`(("Freenode"
|
`(("Freenode"
|
||||||
:nick "ryuslash"
|
:nick "ryuslash"
|
||||||
:channels ("#emacs" "#mowedline" "#ninthfloor")
|
:channels ("#emacs"
|
||||||
|
"#mowedline"
|
||||||
|
"#ninthfloor"
|
||||||
|
"#dispass"
|
||||||
|
"#linuxvoice")
|
||||||
:nickserv-password ,(oni:circe-nickserv-password-getter "irc.freenode.net"))
|
:nickserv-password ,(oni:circe-nickserv-password-getter "irc.freenode.net"))
|
||||||
("Twitch"
|
("Twitch"
|
||||||
:use-tls nil
|
:use-tls nil
|
||||||
|
|
Loading…
Reference in a new issue