while working on https://github.com/cabal-club/cabal-cli/pull/179/, adding /ids command to toggle showing a public-key suffix for all nicknames in chat, i noticed that i wanted to call a function every time a new peer has been added for the first time.
looking around in core it seems we don't have any such event; i think it would be a good thing to emit
while working on https://github.com/cabal-club/cabal-cli/pull/179/, adding
/ids
command to toggle showing a public-key suffix for all nicknames in chat, i noticed that i wanted to call a function every time a new peer has been added for the first time.looking around in core it seems we don't have any such event; i think it would be a good thing to emit