]> git.eshelyaron.com Git - emacs.git/commit
Switch the order of ERC's '/whois' arguments sent to the server
authorAmin Bandali <bandali@gnu.org>
Wed, 29 Sep 2021 04:44:43 +0000 (00:44 -0400)
committerAmin Bandali <bandali@gnu.org>
Wed, 29 Sep 2021 05:01:21 +0000 (01:01 -0400)
commit081eb52e4d8441a82134db5b34848474a1d01acf
tree0ddcce002b8fab7d58888a6af2c93bdfb4d74b40
parentfcfcb35791495ea842d30efc3d87a088ecd57977
Switch the order of ERC's '/whois' arguments sent to the server

* lisp/erc/erc.el (erc-cmd-WHOIS): Switch the order of 'server' and
'user' arguments sent to the server.  Per RFC 1459 and RFC 2812, the
optional 'server' argument command comes before the 'user' argument,
not after.  While at it, update the doc string to explain why one may
want to specify the 'server' argument.
* etc/NEWS: Announce the change.
etc/NEWS
lisp/erc/erc.el