Fixed docs for JOIN (fixes #90).
This commit is contained in:
parent
3a80cc5759
commit
a7a20efb0c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pub enum Command {
|
|||
SQUIT(String, String),
|
||||
|
||||
// 3.2 Channel operations
|
||||
/// JOIN chanlist [chankeys]
|
||||
/// JOIN chanlist [chankeys] :[Real name]
|
||||
JOIN(String, Option<String>, Option<String>),
|
||||
/// PART chanlist :[comment]
|
||||
PART(String, Option<String>),
|
||||
|
|
Loading…
Add table
Reference in a new issue