mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-12 07:00:50 +00:00
; Oops, fix up last commit
This commit is contained in:
parent
88378acbfc
commit
94c247d659
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue