hooks::types: Implement PartialEq on hooks

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2026-01-08 13:43:33 +01:00
commit 1ad82dfeac
2 changed files with 16 additions and 14 deletions

View file

@ -6,6 +6,8 @@ Version NEXT:
bot.
- Add 'admins' config, trusted accounts for admin tasks
- Add 'rejoin' command to rejoin (leave/join) all rooms
* Added:
- Add PartialEq on hook types.
Version 0.2.0:
2023-08-23 Maxime “pep” Buquet <pep@bouah.net>