diff options
author | June McEnroe <june@causal.agency> | 2020-12-29 23:49:16 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-29 23:54:30 -0500 |
commit | 1662b01a5f616bd4babc08e1eb6fec1a3c7b44cf (patch) | |
tree | 2fba4e960bbd7cac6e55ed96cf4cd6a5f47d9fe7 /catgirl.1 | |
parent | Handle so-called Standard Replies (diff) | |
download | catgirl-1662b01a5f616bd4babc08e1eb6fec1a3c7b44cf.tar.gz catgirl-1662b01a5f616bd4babc08e1eb6fec1a3c7b44cf.zip |
Add /setname command
I'm not sure about that replies check in handleStandardReply. If more of those are added the reply counter system will definitely need refactoring.
Diffstat (limited to 'catgirl.1')
-rw-r--r-- | catgirl.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1 index ae7fe52..09536da 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -328,6 +328,9 @@ command is likely needed for command output. .It Ic /say Ar message Send a regular message. +.It Ic /setname Ar name +Update realname +if supported by the server. .It Ic /topic Op Ar topic Show or set the topic of the channel. Press @@ -735,6 +738,13 @@ ignore = * [JPQ][OAU][IR][NT] #example .Re .It .Rs +.%A Janne Mareike Koschinski +.%T IRCv3 setname Extension +.%I IRCv3 Working Group +.%U https://ircv3.net/specs/extensions/setname +.Re +.It +.Rs .%A Mantas Mikul\[u0117]nas .%T IRCv3.2 userhost-in-names Extension .%I IRCv3 Working Group |