aboutsummaryrefslogtreecommitdiffstats
path: root/addon/README
diff options
context:
space:
mode:
Diffstat (limited to 'addon/README')
-rw-r--r--addon/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/addon/README b/addon/README
index 451b6ed72..23e1b5c6f 100644
--- a/addon/README
+++ b/addon/README
@@ -107,6 +107,12 @@ Current hooks:
'contacts' => contact array of entries
'output' => the (string) generated HTML of the contact block
+'bbcode' - called during conversion of bbcode to html
+ $b is (string) converted text
+
+'html2bbcode' - called during conversion of html to bbcode (e.g. remote message posting)
+ $b is (string) converted text
+
*** = subject to change