about summary refs log tree commit diff
path: root/weechat/.weechat/plugins.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2018-08-15 14:18:02 -0400
committerBen Harris <ben@tilde.team>2018-08-15 14:18:02 -0400
commitdcde990739332844c5321b05f35149403f522d17 (patch)
tree56d44fa39ea219decc1855b8b027268d491d93e6 /weechat/.weechat/plugins.conf
parent3b52f17af913c30e4b9d6ff3ac4640715a2f88f1 (diff)
add line bg for highlights
Diffstat (limited to 'weechat/.weechat/plugins.conf')
-rw-r--r--weechat/.weechat/plugins.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf
index bc3d361..e07f38a 100644
--- a/weechat/.weechat/plugins.conf
+++ b/weechat/.weechat/plugins.conf
@@ -14,6 +14,17 @@ fifo.fifo = "on"
 guile.check_license = "off"
 lua.check_license = "off"
 perl.check_license = "off"
+perl.colorize_lines.blacklist_buffers = ""
+perl.colorize_lines.buffers = "all"
+perl.colorize_lines.highlight = "on"
+perl.colorize_lines.highlight_words = "off"
+perl.colorize_lines.highlight_words_color = "black,darkgray"
+perl.colorize_lines.ignore_tags = "irc_ctcp"
+perl.colorize_lines.lines = "nicks"
+perl.colorize_lines.nicks = "benharri,ben,bhh"
+perl.colorize_lines.own_lines = "off"
+perl.colorize_lines.own_lines_color = ""
+perl.colorize_lines.tags = "irc_privmsg"
 perl.highmon.alignment = "channel"
 perl.highmon.away_only = "off"
 perl.highmon.color_buf = "on"
@@ -31,6 +42,9 @@ python.apply_corrections.message_limit = "2"
 python.apply_corrections.print_format = "[nick]: [corrected]"
 python.apply_corrections.print_limit = "1"
 python.autojoin.autosave = "off"
+python.autosavekey.add = "on"
+python.autosavekey.mute = "off"
+python.autosavekey.secure = "on"
 python.check_license = "off"
 python.go.auto_jump = "off"
 python.go.buffer_number = "on"
@@ -65,11 +79,25 @@ ruby.check_license = "off"
 tcl.check_license = "off"
 
 [desc]
+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.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)"
+perl.colorize_lines.ignore_tags = "Comma-separated list of tags to ignore (see /debug tags)"
+perl.colorize_lines.lines = "Apply nickname color to the lines (off/on/nicks). The latter will limit highlighting to nicknames in option 'nicks'. You can use a localvar to color all lines with a given color (eg: /buffer set localvar_set_colorize_lines *yellow)"
+perl.colorize_lines.nicks = "Comma-separater list of nicks (e.g. freenode.cat,*.dog) OR file name starting with '/' (e.g. /file.txt). In the latter case, nicknames will get loaded from that file inside weechat folder (e.g. from ~/.weechat/file.txt). Nicknames in file are newline-separated (e.g. freenode.dog\n*.cat)"
+perl.colorize_lines.own_lines = "Apply nickname color to own lines (off/on/only). The latter turns off all other kinds of coloring altogether"
+perl.colorize_lines.own_lines_color = "this color will be used for own messages. Set an empty value to use weechat.color.chat_nick_self"
+perl.colorize_lines.tags = "Comma-separated list of tags to accept (see /debug tags)"
 python.apply_corrections.check_every = "Interval between each check for expired messages."
 python.apply_corrections.data_timeout = "Time before a message is expired."
 python.apply_corrections.message_limit = "Number of messages to store per nick."
 python.apply_corrections.print_format = "Format string for the printed corrections."
 python.apply_corrections.print_limit = "Maximum number of lines to correct."
+python.autosavekey.add = "adds channel and key to autojoin list on /join, if channel/key does not already exists (default: "off")"
+python.autosavekey.mute = "execute command silently, only error messages will be displayed. (default: "off")"
+python.autosavekey.secure = "change channel key in secure data. (default: "off")"
 python.go.auto_jump = "automatically jump to buffer when it is uniquely selected (default: "off")"
 python.go.buffer_number = "display buffer number (default: "on")"
 python.go.color_name = "color for buffer name (not selected) (default: "black,cyan")"