[PATCH] /whois takes an optional nick argument

[PATCH] /whois takes an optional nick argument

From: Klemens Nanni
---
 catgirl.1 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/catgirl.1 b/catgirl.1
index a453963..24934cf 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -464,8 +464,11 @@ Show or set the topic of the channel.
 Press
 .Ic Tab
 twice to copy the current topic.
-.It Ic /whois Ar nick
+.It Ic /whois Op Ar nick
 Query information about a user.
+If
+.Ar nick
+is omitted, the current nickname name is used.
 .It Ic /whowas Ar nick
 Query past information about a user.
 .El
-- 
2.32.0

Re: [PATCH] /whois takes an optional nick argument

From: june
Applied (reworded).