Change 100.to_string() to "100".into()
This commit is contained in:
parent
a3f775222f
commit
03f0ea717a
1 changed files with 1 additions and 6 deletions
|
@ -174,12 +174,7 @@ impl Cri {
|
||||||
.send(
|
.send(
|
||||||
IrcCommand::Raw(
|
IrcCommand::Raw(
|
||||||
"CHATHISTORY".into(),
|
"CHATHISTORY".into(),
|
||||||
vec![
|
vec!["LATEST".into(), chanlist.into(), "*".into(), "100".into()],
|
||||||
"LATEST".into(),
|
|
||||||
chanlist.into(),
|
|
||||||
"*".into(),
|
|
||||||
100.to_string(),
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
.into(),
|
.into(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue