Fixed docs for JOIN (fixes #90).

This commit is contained in:
Aaron Weiss 2017-06-25 04:23:56 -04:00
parent 3a80cc5759
commit a7a20efb0c
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -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>),