diff options
| author | C. McEnroe | 2021-05-27 14:10:34 -0400 | 
|---|---|---|
| committer | C. McEnroe | 2021-05-27 14:10:34 -0400 | 
| commit | 27a93090bb707cdbb4fcba7aff1e1813ca0b37d9 (patch) | |
| tree | 39b9204311195feb2eaad1dc53170695a121caf9 | |
| parent | b106440752c1c2c786642a6b656a92738715f9ff (diff) | |
Document channel key parameters
| -rw-r--r-- | catgirl.1 | 10 | 
1 files changed, 6 insertions, 4 deletions
| @@ -269,9 +269,11 @@ The commands which can be filtered are:  .Sy QUIT ,  .Sy SETNAME .  . -.It Fl j Ar join , Cm join = Ar join -Join the comma-separated list of channels -.Ar join . +.It Fl j Ar channels Oo Ar keys Oc , Cm join = Ar channels Oo Ar keys Oc +Join the comma-separated list of +.Ar channels +with the optional comma-separated list of channel +.Ar keys .  .  .It Fl k Ar path , Cm priv = Ar priv  Load the TLS client private key from @@ -412,7 +414,7 @@ Set or clear your away status.  Send a command to ChanServ.  .It Ic /invite Ar nick  Invite a user to the channel. -.It Ic /join Ar channel +.It Ic /join Ar channel Op Ar key  Join a channel.  .It Ic /list Op Ar channel  List channels. | 
