aboutsummaryrefslogtreecommitdiff
path: root/weechat/relay.conf
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.net>2017-04-04 00:02:52 +0200
committerNeodarZ <neodarz@neodarz.net>2017-04-04 00:02:52 +0200
commit1361c93f4fc25f777dada92803190ade737e8224 (patch)
treec91a2c2e04f6bcf166779010a80c8c3d4e491d43 /weechat/relay.conf
parentab59c79c8b61d5443895d82f756a447fbebe91aa (diff)
parent139556cfa80861bd3f54f5836c5399850572c98b (diff)
downloaddotfiles_ascii-1361c93f4fc25f777dada92803190ade737e8224.tar.xz
dotfiles_ascii-1361c93f4fc25f777dada92803190ade737e8224.zip
Merge branch 'master' of ssh://git.neodarz.net/home/git/pub_repo/neodarz/scripts_shit/dotfiles_ascii
Diffstat (limited to '')
-rw-r--r--weechat/relay.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/weechat/relay.conf b/weechat/relay.conf
new file mode 100644
index 0000000..67d0679
--- /dev/null
+++ b/weechat/relay.conf
@@ -0,0 +1,42 @@
+#
+# weechat -- relay.conf
+#
+
+[look]
+auto_open_buffer = on
+raw_messages = 256
+
+[color]
+client = 166
+status_active = 81
+status_auth_failed = 161
+status_connecting = 118
+status_disconnected = 161
+status_waiting_auth = brown
+text = 252
+text_bg = default
+text_selected = white
+
+[network]
+allow_empty_password = off
+allowed_ips = ""
+bind_address = ""
+clients_purge_delay = 0
+compression_level = 6
+ipv6 = on
+max_clients = 5
+password = "Lp!Ds8@w"
+ssl_cert_key = "%h/ssl/relay.pem"
+ssl_priorities = "NORMAL:-VERS-SSL3.0"
+websocket_allowed_origins = ""
+
+[irc]
+backlog_max_minutes = 1440
+backlog_max_number = 256
+backlog_since_last_disconnect = on
+backlog_since_last_message = off
+backlog_tags = "irc_privmsg"
+backlog_time_format = "[%H:%M] "
+
+[port]
+weechat = 7000