aboutsummaryrefslogtreecommitdiff
path: root/weechat/otr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/otr.conf')
-rw-r--r--weechat/otr.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/weechat/otr.conf b/weechat/otr.conf
new file mode 100644
index 0000000..0206cb8
--- /dev/null
+++ b/weechat/otr.conf
@@ -0,0 +1,42 @@
+#
+# weechat -- otr.conf
+#
+
+[general]
+debug = off
+defaultkey = ""
+hints = on
+no_send_tag_regex = "^(alis|chanfix|global|.+serv|\*.+)$"
+
+[color]
+buffer.error = lightred
+buffer.hint = lightblue
+buffer.info = default
+buffer.success = lightgreen
+buffer.warning = yellow
+status.authenticated = green
+status.default = default
+status.encrypted = green
+status.logged = lightred
+status.notlogged = green
+status.unauthenticated = lightred
+status.unencrypted = lightred
+
+[look]
+bar.prefix = "OTR:"
+bar.state.authenticated = "AUTH"
+bar.state.encrypted = "SEC"
+bar.state.logged = "LOG"
+bar.state.notlogged = "!LOG"
+bar.state.separator = ","
+bar.state.unauthenticated = "!AUTH"
+bar.state.unencrypted = "!SEC"
+prefix = "${color:default}:! ${color:brown}otr${color:default} !:"
+
+[policy]
+default.allow_v2 = on
+default.html_escape = off
+default.html_filter = on
+default.log = off
+default.require_encryption = off
+default.send_tag = off