]> git.eshelyaron.com Git - emacs.git/commitdiff
; Oops, fix up last commit
authorAmin Bandali <bandali@gnu.org>
Fri, 1 Oct 2021 05:31:29 +0000 (01:31 -0400)
committerAmin Bandali <bandali@gnu.org>
Fri, 1 Oct 2021 05:32:48 +0000 (01:32 -0400)
lisp/erc/erc.el

index a57c3320f95d4bc91d9bbe1e13836716b7d00475..c4077d48ab0575f62208c6b7606a721fc4b355a5 100644 (file)
@@ -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))