diff options
Diffstat (limited to 'doc/senpai.1.scd')
-rw-r--r-- | doc/senpai.1.scd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/senpai.1.scd b/doc/senpai.1.scd index c64a82c..81e3544 100644 --- a/doc/senpai.1.scd +++ b/doc/senpai.1.scd @@ -165,6 +165,15 @@ _name_ is matched case-insensitively. It can be one of the following: *INVITE* <nick> [channel] Invite _nick_ to _channel_ (the current channel if not given). +*KICK* <nick> [channel] + Eject _nick_ from _channel_ (the current channel if not given). + +*BAN* <nick> [channel] + Ban _nick_ from entering _channel_ (the current channel if not given). + +*UNBAN* <nick> [channel] + Allow _nick_ to enter _channel_ again (the current channel if not given). + # SEE ALSO *senpai*(5) |