about summary refs log tree commit diff
path: root/weechat/.weechat/plugins.conf
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/.weechat/plugins.conf')
-rw-r--r--weechat/.weechat/plugins.conf68
1 files changed, 68 insertions, 0 deletions
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf
new file mode 100644
index 0000000..8907128
--- /dev/null
+++ b/weechat/.weechat/plugins.conf
@@ -0,0 +1,68 @@
+#
+# weechat -- plugins.conf
+#
+# WARNING: It is NOT recommended to edit this file by hand,
+# especially if WeeChat is running.
+#
+# Use /set or similar command to change settings in WeeChat.
+#
+# For more info, see: https://weechat.org/doc/quickstart
+#
+
+[var]
+fifo.fifo = "on"
+guile.check_license = "off"
+lua.check_license = "off"
+perl.check_license = "off"
+perl.highmon.alignment = "channel"
+perl.highmon.away_only = "off"
+perl.highmon.color_buf = "on"
+perl.highmon.first_run = "true"
+perl.highmon.hotlist_show = "off"
+perl.highmon.logging = "off"
+perl.highmon.merge_private = "off"
+perl.highmon.nick_prefix = "<"
+perl.highmon.nick_suffix = ">"
+perl.highmon.output = "buffer"
+perl.highmon.short_names = "off"
+python.apply_corrections.check_every = "5"
+python.apply_corrections.data_timeout = "60"
+python.apply_corrections.message_limit = "2"
+python.apply_corrections.print_format = "[nick]: [corrected]"
+python.apply_corrections.print_limit = "1"
+python.autojoin.autosave = "off"
+python.check_license = "off"
+python.grep.clear_buffer = "off"
+python.grep.default_tail_head = "10"
+python.grep.go_to_buffer = "on"
+python.grep.log_filter = ""
+python.grep.max_lines = "4000"
+python.grep.show_summary = "on"
+python.grep.size_limit = "2048"
+python.screen_away.away_suffix = ""
+python.screen_away.command_on_attach = ""
+python.screen_away.command_on_detach = ""
+python.screen_away.ignore = ""
+python.screen_away.ignore_relays = "off"
+python.screen_away.interval = "5"
+python.screen_away.message = "Detached from screen"
+python.screen_away.set_away = "on"
+python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z"
+ruby.check_license = "off"
+tcl.check_license = "off"
+
+[desc]
+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.screen_away.away_suffix = "What to append to your nick when you're away."
+python.screen_away.command_on_attach = "Commands to execute on attach, separated by semicolon"
+python.screen_away.command_on_detach = "Commands to execute on detach, separated by semicolon"
+python.screen_away.ignore = "Comma-separated list of servers to ignore."
+python.screen_away.ignore_relays = "Only check screen status and ignore relay interfaces"
+python.screen_away.interval = "How often in seconds to check screen status"
+python.screen_away.message = "Away message"
+python.screen_away.set_away = "Set user as away."
+python.screen_away.time_format = "time format append to away message"