diff options
author | redmatrix <git@macgirvin.com> | 2016-07-11 17:43:10 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-11 17:43:10 -0700 |
commit | 17c3e12eabf93fe76061af0b97d25c6a9d080025 (patch) | |
tree | 52622f3c57e674cb828cd9a7504d00e94dc651ca /doc/hooklist.bb | |
parent | 833de9180eeb8b2d6cf0e0e90a656419f6172ab4 (diff) | |
download | volse-hubzilla-17c3e12eabf93fe76061af0b97d25c6a9d080025.tar.gz volse-hubzilla-17c3e12eabf93fe76061af0b97d25c6a9d080025.tar.bz2 volse-hubzilla-17c3e12eabf93fe76061af0b97d25c6a9d080025.zip |
document the new change_channel hook
Diffstat (limited to 'doc/hooklist.bb')
-rw-r--r-- | doc/hooklist.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/hooklist.bb b/doc/hooklist.bb index bb1bffcf0..66ff1cf71 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -73,6 +73,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/bb_translate_video]bb_translate_video[/zrl] Called when extracting embedded services from bbcode video elements (rarely used) +[zrl=[baseurl]/help/hook/change_channel]change_channel[/zrl] + Called when logging in to a channel (either during login or afterward through the channel manager) + [zrl=[baseurl]/help/hook/channel_remove]channel_remove[/zrl] Called when removing a channel |