; Oops, fix up last commit

This commit is contained in:
Amin Bandali 2021-10-01 01:31:29 -04:00
parent 88378acbfc
commit 94c247d659
No known key found for this signature in database
GPG key ID: 8B44A0CDC7B956F2

View 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 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 on the same IRC network. (Only the server a user is connected to
knows how long the user has been idle for.)" 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 %s" first second)
(format "WHOIS %s" first)))) (format "WHOIS %s" first))))
(erc-log (format "cmd: %s" send)) (erc-log (format "cmd: %s" send))