* lisp/net/rcirc.el (rcirc-connect): Fix PASS bug.
This commit is contained in:
parent
cf715c3c95
commit
fa7062f653
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
|
||||
|
||||
* net/rcirc.el (rcirc-connect): Fix PASS bug.
|
||||
|
||||
2011-03-07 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
|
||||
|
|
|
@ -548,7 +548,7 @@ If ARG is non-nil, instead prompt for connection parameters."
|
|||
(add-hook 'auto-save-hook 'rcirc-log-write)
|
||||
|
||||
;; identify
|
||||
(when password
|
||||
(unless (zerop (length password))
|
||||
(rcirc-send-string process (concat "PASS " password)))
|
||||
(rcirc-send-string process (concat "NICK " nick))
|
||||
(rcirc-send-string process (concat "USER " user-name
|
||||
|
|
Loading…
Add table
Reference in a new issue