Update euphoxide to version with partial sessions

This commit is contained in:
Joscha 2022-09-26 16:15:02 +02:00
parent 374c4c4f79
commit 5ed0cd5f3f
8 changed files with 100 additions and 29 deletions

View file

@ -285,7 +285,6 @@ impl State {
info!("e&{}: network event ({})", self.name, d.r#type);
}
Data::NickEvent(d) => {
// TODO Add entry in nick list (probably in euphoxide instead of here)
info!("e&{}: {:?} renamed to {:?}", self.name, d.from, d.to);
}
Data::EditMessageEvent(_) => {