don't internal error msg spam
This commit is contained in:
parent
65bc2ac729
commit
c0be03f0e3
@ -310,7 +310,7 @@ impl Events {
|
|||||||
.ok_or(format_err!("connection not found id={:?}", id))?;
|
.ok_or(format_err!("connection not found id={:?}", id))?;
|
||||||
|
|
||||||
if c.chat.is_some() {
|
if c.chat.is_some() {
|
||||||
return Err(err_msg("you must wait"));
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
c.chat = Some((instance, msg));
|
c.chat = Some((instance, msg));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user