From bb9bef61e09143596c270312f915803686b62aac Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 24 May 2024 23:43:02 -0400 Subject: Expand explanations of Chat Commands --- catgirl.1 | 78 +++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 58 insertions(+), 20 deletions(-) diff --git a/catgirl.1 b/catgirl.1 index 44ed1bd..f2a2fbb 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd May 22, 2024 +.Dd May 24, 2024 .Dt CATGIRL 1 .Os . @@ -604,68 +604,106 @@ starting at the point where it will be split into a second message. . .Sh COMMANDS -Any unique prefix can be used to abbreviate a command. +Commands can be abbreviated +if no other command +shares the same prefix. For example, .Ic /join can be typed -.Ic /j . +.Ic /j , +and +.Ic /window +can be typed +.Ic /wi . . .Ss Chat Commands .Bl -tag -width Ds .It Ic /away Op Ar message Set or clear your away status. +This is sent in reply to private messages +and shown in +.Ic /whois . .It Ic /cs Ar command -Send a command to ChanServ. +Send a command to ChanServ, +the service for managing registered channels. .It Ic /invite Ar nick -Invite a user to the channel. +Invite someone to the channel. .It Ic /join Op Ar channel Op Ar key Join the named channel, -the current channel, +the current channel (if you've left), or the channel you've been invited to. -.It Ic /list Op Ar channel -List channels. +.It Ic /list Op Ar search +List channels, their user counts and their topics. +The +.Ar search +can usually contain glob-style wildcards. .It Ic /me Op Ar action Send an action message. +These are used to write messages in third person. .It Ic /msg Ar nick message -Send a private message. +Send a private message to someone. .It Ic /names -List users in the channel. +List the users in the channel. .It Ic /nick Ar nick -Change nicknames. +Change your nickname. .It Ic /notice Ar message Send a notice. +It's best not to do this. .It Ic /ns Ar command -Send a command to NickServ. +Send a command to NickServ, +the service for managing your account. .It Ic /ops List channel operators. +They can kick or ban someone from the channel. .It Ic /part Op Ar message Leave the channel. +Use +.Ic /close +if you want to close the window afterwards. .It Ic /query Ar nick -Start a private conversation. +Start a private conversation with someone. .It Ic /quit Op Ar message -Quit IRC. +Disconnect from IRC and close +.Nm . +You can do this even quicker with +.Ic C-c . .It Ic /quote Ar command Send a raw IRC command. -Use +Often +.Nm +will not know how to interpret the results. +You can use .Ic M-- -to show unknown replies. +to show unknown server responses +in the +.Sy +or channel windows. .It Ic /say Ar message Send a regular message. +This is useful +if the message you want to send +begins with a slash. .It Ic /setname Ar name -Update realname -if supported by the server. +Update your +.Dq realname +if the server supports it. +This may be broadcast +to other users +with clients that support it. .It Ic /topic Op Ar topic Show or set the topic of the channel. Press .Ic Tab -twice to copy the current topic. +twice immediately after +.Ic /topic +to copy the current topic. .It Ic /whois Op Ar nick Query information about a user or yourself. .It Ic /whowas Ar nick Query past information about a user. .El . -.Ss UI Commands +.Ss Interface Commands .Bl -tag -width Ds .It Ic /close Op Ar name | num Close the named, numbered or current window. -- cgit 1.4.1 15-08-14snapshot: don't reimplement cgit_print_error_page()John Keeping 2015-08-14snapshot: use cgit_print_error_page() for HTTP status codesJohn Keeping 2015-08-14patch: use cgit_print_error_page() for HTTP status codesJohn Keeping 2015-08-14blob: use cgit_print_error_page() to add HTTP headersJohn Keeping 2015-08-14snapshot: use cgit_print_error_page() instead of html_status()John Keeping 2015-08-14plain: use cgit_print_error_page() instead of html_status()John Keeping 2015-08-14clone: use cgit_print_error_page() instead of html_status()John Keeping 2015-08-14cgit: use cgit_print_error_page() where appropriateJohn Keeping 2015-08-14ui-shared: add cgit_print_error_page() functionJohn Keeping 2015-08-14ui-patch: make sure to send http headersChristian Hesse 2015-08-13Makefile: make "git/config.mak.uname" inclusion optionalJohn Keeping 2015-08-13ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping 2015-08-13ui-shared: use common function in print_rel_date()John Keeping 2015-08-13ui-shared: extract date formatting to a functionJohn Keeping 2015-08-13filter: don't use dlsym unnecessarilyJohn Keeping 2015-08-13ui-tree: use "sane" isgraph()John Keeping 2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping 2015-08-13cache.c: fix header orderJohn Keeping 2015-08-13configfile.c: don't include system headers directlyJohn Keeping 2015-08-13Remove redundant includesJohn Keeping 2015-08-13Makefile: include Git's config.mak.unameJohn Keeping 2015-08-13tests: allow shell to be overriddenJohn Keeping 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt