summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-29 23:49:16 -0500
committerJune McEnroe <june@causal.agency>2020-12-29 23:54:30 -0500
commit1662b01a5f616bd4babc08e1eb6fec1a3c7b44cf (patch)
tree2fba4e960bbd7cac6e55ed96cf4cd6a5f47d9fe7 /catgirl.1
parentHandle so-called Standard Replies (diff)
downloadcatgirl-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 '')
-rw-r--r--catgirl.110
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
36408ce3f02d8d937e8d09bc&follow=1'>Add PS0June McEnroe 2019-01-13Change default ENV from cashrc to env.shJune McEnroe 2019-01-13Use colours in cash promptsJune McEnroe 2019-01-12Set PSlit like NetBSD shJune McEnroe 2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe 2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe 2019-01-12Restore cash builtin man page datesJune McEnroe 2019-01-12Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe