From 3e296a42f70913af1530759ec718966f5a3b9fcd Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 1 May 2014 14:37:46 -0400 Subject: [PATCH] documenting the new hook --- docs/plugins/hooks.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/plugins/hooks.rst b/docs/plugins/hooks.rst index 7e607fb671..f560bf6e0a 100644 --- a/docs/plugins/hooks.rst +++ b/docs/plugins/hooks.rst @@ -178,4 +178,8 @@ Executed whenever a post is created or edited, after it is saved into the databa ^^^^^^^^^^^^^^^^^^^^^ ``action:topic.delete`` -^^^^^^^^^^^^^^^^^^^^^ \ No newline at end of file +^^^^^^^^^^^^^^^^^^^^^ + +``action:user.set`` +^^^^^^^^^^^^^^^^^^^^^ +Useful for things like awarding badges or achievements after a user has reached some value (ex. 100 posts) \ No newline at end of file