From aca6370146f453f45ccebd020eb8315b54fd0e5b Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 20 Oct 2012 13:14:07 -0500 Subject: Add weechat, ack, git and nethack --- weechat/relay.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 weechat/relay.conf (limited to 'weechat/relay.conf') diff --git a/weechat/relay.conf b/weechat/relay.conf new file mode 100644 index 0000000..6147697 --- /dev/null +++ b/weechat/relay.conf @@ -0,0 +1,26 @@ +# +# relay.conf -- weechat v0.3.8 +# + +[look] +auto_open_buffer = on +raw_messages = 256 + +[color] +status_active = lightblue +status_auth_failed = lightred +status_connecting = yellow +status_disconnected = lightred +status_waiting_auth = brown +text = default +text_bg = default +text_selected = white + +[network] +allowed_ips = "" +bind_address = "" +compression_level = 6 +max_clients = 5 +password = "" + +[port] -- cgit