app/irc: one place +irc-connections var wasn't updated
it's now handled in circe-network-options
This commit is contained in:
parent
383d7dbddb
commit
679615899d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ If INHIBIT-WORKSPACE (the universal argument) is non-nil, don't spawn a new
|
|||
workspace for it."
|
||||
(interactive "P")
|
||||
(and (+irc-setup-wconf inhibit-workspace)
|
||||
(cl-loop for network in +irc-connections
|
||||
(cl-loop for network in circe-network-options
|
||||
collect (circe (car network)))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue