diff options
| author | Ben Beltran <ben@nsovocal.com> | 2012-10-20 13:14:07 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2012-10-20 13:14:07 -0500 |
| commit | f853d479d6e699499bee610ea8584b7e09f89cb3 (patch) | |
| tree | 333b35315d7094477262214041d51f258e10a1ce /weechat/relay.conf | |
| parent | ee6d2b11353c28d428b287752c0079f5ec407061 (diff) | |
Add weechat, ack, git and nethack
Diffstat (limited to 'weechat/relay.conf')
| -rw-r--r-- | weechat/relay.conf | 26 |
1 files changed, 26 insertions, 0 deletions
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] |