Apply suggestions from code review

some fixes thanks to @adbenitez

Co-Authored-By: Asiel Díaz Benítez <asieldbenitez@gmail.com>
This commit is contained in:
holger krekel
2020-03-07 08:47:36 +01:00
parent d4e1c1b109
commit 6c3a8448cf
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
- introduced PerAccount and Global hooks that plugins can implement
- introduced `member_added()` and `member_removed` plugin events.
- introduced `member_added()` and `member_removed()` plugin events.
- introduced two documented examples for an echo and a group-membership
tracking plugin.