diff options
author | June McEnroe <june@causal.agency> | 2020-02-19 21:47:16 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-19 21:47:16 -0500 |
commit | 56de4668acf0c18e4cd0e2a9c53bc4fc2db98306 (patch) | |
tree | c68f60818fb436ed8f73c3d1a158b88547ca957e /catgirl.1 | |
parent | Format WHOIS signon date with %F %T (diff) | |
download | catgirl-56de4668acf0c18e4cd0e2a9c53bc4fc2db98306.tar.gz catgirl-56de4668acf0c18e4cd0e2a9c53bc4fc2db98306.zip |
Add /ban, /unban and handle ban list replies
Diffstat (limited to 'catgirl.1')
-rw-r--r-- | catgirl.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1 index cea9e0a..fd8d40a 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 16, 2020 +.Dd February 19, 2020 .Dt CATGIRL 1 .Os . @@ -242,6 +242,8 @@ 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 @@ -274,6 +276,8 @@ 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 |