Update euphoxide to version with partial sessions
This commit is contained in:
parent
374c4c4f79
commit
5ed0cd5f3f
8 changed files with 100 additions and 29 deletions
|
|
@ -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(_) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue