app/irc: one place +irc-connections var wasn't updated

it's now handled in circe-network-options
This commit is contained in:
Benjamin Andresen 2017-06-24 20:23:38 +02:00
parent 383d7dbddb
commit 679615899d

View file

@ -21,7 +21,7 @@ If INHIBIT-WORKSPACE (the universal argument) is non-nil, don't spawn a new
workspace for it." workspace for it."
(interactive "P") (interactive "P")
(and (+irc-setup-wconf inhibit-workspace) (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))))) collect (circe (car network)))))
;;;###autoload ;;;###autoload