about summary refs log tree commit diff
path: root/weechat/.weechat/plugins.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-01-06 13:18:26 -0500
committerBen Harris <ben@tilde.team>2020-01-06 13:18:26 -0500
commit6427b33677d81e18a49ff80b24fdbe2c18592266 (patch)
tree34b05beaaee2b3e858800864e6c38209d5027a7d /weechat/.weechat/plugins.conf
parentcf5d32598ee2985e3c1c4894f0350b626c5be5fb (diff)
annual channel purge
Diffstat (limited to 'weechat/.weechat/plugins.conf')
-rw-r--r--weechat/.weechat/plugins.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf
index b720f58..5e7ca3f 100644
--- a/weechat/.weechat/plugins.conf
+++ b/weechat/.weechat/plugins.conf
@@ -30,6 +30,7 @@ perl.check_license = "off"
 perl.colorize_lines.alternate_color = ""
 perl.colorize_lines.blacklist_buffers = ""
 perl.colorize_lines.buffers = "all"
+perl.colorize_lines.custom_action_text = ""
 perl.colorize_lines.highlight = "on"
 perl.colorize_lines.highlight_words = "off"
 perl.colorize_lines.highlight_words_color = ""
@@ -124,6 +125,7 @@ lua.matrix.user = "Your homeserver username (default: "")"
 perl.colorize_lines.alternate_color = "alternate between two colors for messages (format: fg,bg:fg,bg)"
 perl.colorize_lines.blacklist_buffers = "Comma-separated list of channels to be ignored (e.g. freenode.#weechat,*.#python)"
 perl.colorize_lines.buffers = "Buffer type affected by the script (all/channel/query, default: all)"
+perl.colorize_lines.custom_action_text = "customise the text attributes of ACTION message (note: content is evaluated, see /help eval)"
 perl.colorize_lines.highlight = "Apply highlight color to the highlighted lines (off/on/nicks). The latter will limit highlighting to nicknames in option 'nicks'"
 perl.colorize_lines.highlight_words = "highlight word(s) in text, matching word(s) in weechat.look.highlight"
 perl.colorize_lines.highlight_words_color = "color for highlight word in text (fg:bg)"