emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 9fc1fdc: Restore the previous order of ERC's '/whois' argumen


From: Stefan Kangas
Subject: Re: master 9fc1fdc: Restore the previous order of ERC's '/whois' arguments
Date: Wed, 29 Sep 2021 20:12:57 -0700

bandali@gnu.org (Amin Bandali) writes:

> +(defun erc-cmd-WHOIS (nick-or-server &optional nick-if-server)
> +  "Display whois information for the given user.
> +
> +If NICK-IF-SERVER is nil, NICK-OR-SERVER should be the nick of
> +the user about whom the whois information is to be requested.
> +Otherwise, if NICK-IF-SERVER is non-nil, NICK-OR-SERVER should be
> +the server to which the user with the nick NICK-IF-USER is
> +connected to.
> +
> +Specifying the server NICK-OR-SERVER that the nick NICK-IF-SERVER
> +is connected to is useful for getting the time the NICK-IF-SERVER
> +user has been idle for, when the user NICK-IF-SERVER is connected
> +to a different server of the network than the one current user is
> +connected to, since only the server a user is connected to knows
> +the idle time of that user."

How about:

With one argument, FIRST is the nickname of the user to request whois
information for.

With two arguments, FIRST is the server, and SECOND is the user
nickname.

Specifying the server is useful for getting the time that the user has
been idle for, when it 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.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]