projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88378ac
)
; Oops, fix up last commit
author
Amin Bandali
<bandali@gnu.org>
Fri, 1 Oct 2021 05:31:29 +0000
(
01:31
-0400)
committer
Amin Bandali
<bandali@gnu.org>
Fri, 1 Oct 2021 05:32:48 +0000
(
01:32
-0400)
lisp/erc/erc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc.el
b/lisp/erc/erc.el
index a57c3320f95d4bc91d9bbe1e13836716b7d00475..c4077d48ab0575f62208c6b7606a721fc4b355a5 100644
(file)
--- a/
lisp/erc/erc.el
+++ b/
lisp/erc/erc.el
@@
-3311,7
+3311,7
@@
Specifying the server is useful for getting the time the user has
been idle for, when the user is connected to a different server
on the same IRC network. (Only the server a user is connected to
knows how long the user has been idle for.)"
- (let ((send (if
nick-if-server
+ (let ((send (if
second
(format "WHOIS %s %s" first second)
(format "WHOIS %s" first))))
(erc-log (format "cmd: %s" send))