Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fa7062f6
Commit
fa7062f6
authored
Mar 07, 2011
by
Deniz Dogan
Browse files
* lisp/net/rcirc.el (rcirc-connect): Fix PASS bug.
parent
cf715c3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+1
-1
No files found.
lisp/ChangeLog
View file @
fa7062f6
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.
...
...
lisp/net/rcirc.el
View file @
fa7062f6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment