summaryrefslogtreecommitdiff
path: root/lisp/url/url-irc.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2006-07-14 02:29:50 +0000
committerMiles Bader <miles@gnu.org>2006-07-14 02:29:50 +0000
commit0b6bb13008bc74c054c00b8f9d24507dd9383689 (patch)
treeadf40183ef9d45dbbb00d1ace47e4b245396e198 /lisp/url/url-irc.el
parentb96028676212ff2a63baaf7087cd88fdc60f907b (diff)
downloademacs-0b6bb13008bc74c054c00b8f9d24507dd9383689.tar.gz
Update for ERC 5.1.3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348 Creator: Michael Olson <mwolson@gnu.org>
Diffstat (limited to 'lisp/url/url-irc.el')
-rw-r--r--lisp/url/url-irc.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/url/url-irc.el b/lisp/url/url-irc.el
index 6a7a62573e9..19eec6f2ef2 100644
--- a/lisp/url/url-irc.el
+++ b/lisp/url/url-irc.el
@@ -68,9 +68,7 @@ PASSWORD - What password to use"
(switch-to-buffer (concat chan "@" host)))))
(defun url-irc-erc (host port channel user password)
- (erc-select :server host :port port :nick user :password password)
- (when channel
- (erc-join-channel channel)))
+ (erc-handle-irc-url host port channel user password))
;;;###autoload
(defun url-irc (url)