Disable reconnect command for rcirc

This commit is contained in:
syl20bnr 2014-09-06 04:51:22 -04:00
parent c52702ab50
commit eb734eda1d

View file

@ -1377,8 +1377,8 @@ which require an initialization must be listed explicitly in the list."
:full-name "Sylvain Benner" :full-name "Sylvain Benner"
:channels ("#emacs" "#nupic" "#python")))) :channels ("#emacs" "#nupic" "#python"))))
(require 'rcirc-color) (require 'rcirc-color)
(require 'rcirc-reconnect ;; (require 'rcirc-reconnect
(concat spacemacs-extensions-directory "rcirc-reconnect/rcirc-reconnect.el")) ;; (concat spacemacs-extensions-directory "rcirc-reconnect/rcirc-reconnect.el"))
;; identify info are stored in a separate location, skip errors ;; identify info are stored in a separate location, skip errors
;; if the feature cannot be found. ;; if the feature cannot be found.
(require 'pinit-rcirc nil 'noerror)))) (require 'pinit-rcirc nil 'noerror))))