X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=docs%2Fhooks.txt;h=e3ea66ecea645b89b4ec8672107fec632165ed9d;hb=614f15682c35dd08dc9e0dbfc629b317075558e6;hp=b275adc29ca72eb220bbeb2056d916505c8b6e70;hpb=ac5b9e53df8d5dc8f2c751f0628d13ed6b12a4e2;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/hooks.txt b/docs/hooks.txt index b275adc29c..e3ea66ecea 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3832,12 +3832,6 @@ message(s). &$user: user retrieving new talks messages &$talks: array of new talks page(s) -'UserRights': DEPRECATED since 1.26! Use UserGroupsChanged instead. -After a user's group memberships are changed. -&$user: User object that was changed -$add: Array of strings corresponding to groups added -$remove: Array of strings corresponding to groups removed - 'UserSaveOptions': Called just before saving user preferences. Hook handlers can either add or manipulate options, or reset one back to it's default to block changing it. Hook handlers are also allowed to abort the process by returning