Changed error message for NoUsableNick.
This commit is contained in:
parent
c13c4294b6
commit
9b99677391
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ pub enum IrcError {
|
|||
data: String,
|
||||
},
|
||||
|
||||
/// All specified nicks were in use or unusable.
|
||||
#[fail(display = "no usable nicks")]
|
||||
/// All specified nicknames were in use or unusable.
|
||||
#[fail(display = "none of the specified nicknames were usable")]
|
||||
NoUsableNick
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue