From 3c5e1c95a4091c26de8cc47e9cf222b74cec4fb3 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 25 Feb 2020 02:12:35 -0500 Subject: Add /mode, /except, /invex and handle lists replies --- catgirl.1 | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) (limited to 'catgirl.1') diff --git a/catgirl.1 b/catgirl.1 index fd8d40a..b1b72de 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 19, 2020 +.Dd February 23, 2020 .Dt CATGIRL 1 .Os . @@ -242,16 +242,12 @@ can be typed .Bl -tag -width Ds .It Ic /away Op Ar message Set or clear your away status. -.It Ic /ban Op Ar mask ... -List or ban masks from the channel. .It Ic /cs Ar command Send a command to ChanServ. .It Ic /invite Ar nick Invite a user to the channel. .It Ic /join Ar channel Join a channel. -.It Ic /kick Ar nick Op Ar message -Kick a user from the channel. .It Ic /list Op Ar channel List channels. .It Ic /me Op Ar action @@ -276,8 +272,6 @@ Quit IRC. Send a raw IRC command. .It Ic /topic Op Ar topic Show or set the topic of the channel. -.It Ic /unban Ar mask ... -Unban masks from the channel. .It Ic /whois Ar nick Query information about a user. .El @@ -326,6 +320,30 @@ Switch to window by name. Switch to window by number. .El . +.Ss Operator Commands +.Bl -tag -width Ds +.It Ic /ban Op Ar mask ... +List or ban masks from the channel. +.It Ic /except Op Ar mask ... +List or add masks to the channel ban exception list. +.It Ic /invex Op Ar mask ... +List or add masks to the channel invite list. +.It Ic /kick Ar nick Op Ar message +Kick a user from the channel. +.It Ic /mode Oo Ar modes Oc Op Ar param ... +Show or set channel modes. +In the +.Sy +window, +show or set user modes. +.It Ic /unban Ar mask ... +Unban masks from the channel. +.It Ic /unexcept Ar mask ... +Remove masks from the channel ban exception list. +.It Ic /uninvex Ar mask ... +Remove masks from the channel invite list. +.El +. .Sh KEY BINDINGS The .Nm -- cgit 1.4.1