From 94c247d65978c204c51c829e6b03b651d5bbd454 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 1 Oct 2021 01:31:29 -0400 Subject: [PATCH] ; Oops, fix up last commit --- lisp/erc/erc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index a57c3320f95..c4077d48ab0 100644 --- 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)) -- 2.39.5