mod_muc_inject_mentions/README.markdown
changeset 4167 320f6d374b5d
parent 4165 032e1c79d039
child 4168 a82b0745383b
--- a/mod_muc_inject_mentions/README.markdown	Tue Sep 29 17:14:41 2020 +0200
+++ b/mod_muc_inject_mentions/README.markdown	Wed Sep 30 13:14:46 2020 +0200
@@ -62,6 +62,15 @@
 ```
 
 
+Prefixes can be removed using:
+```
+muc_inject_mentions_strip_out_prefixes = true
+```
+Turning `Hey @someone` into `Hey someone`.
+Currently, prefixes can only be removed from module added mentions.
+If the client sends a mention type reference pointing to a nickname using a prefix (`Hey @someone`), the prefix will not be removed.
+
+
 It is also possible to modify how this module detects mentions.
 In short, the module will detect if a mention is actually a mention
 if the nickname (with or without affixes) is between spaces, new lines, or at the beginning/end of the message.