diff options
| author | 2015-07-23 09:39:31 +0000 | |
|---|---|---|
| committer | 2015-07-23 09:39:31 +0000 | |
| commit | 4a629384742bb6cf89c32242507b9d013f577a11 (patch) | |
| tree | 2f89e0287fd5329ef1a0d7a30a9fdb34bc316428 /weechat/.weechat/irc.conf | |
| parent | 2f2dbf5306f87c082620613d069a2068bf350ad3 (diff) | |
| download | dotfiles-4a629384742bb6cf89c32242507b9d013f577a11.tar.gz dotfiles-4a629384742bb6cf89c32242507b9d013f577a11.tar.bz2 dotfiles-4a629384742bb6cf89c32242507b9d013f577a11.zip | |
Added weechat configs
Diffstat (limited to 'weechat/.weechat/irc.conf')
| -rw-r--r-- | weechat/.weechat/irc.conf | 181 |
1 files changed, 181 insertions, 0 deletions
diff --git a/weechat/.weechat/irc.conf b/weechat/.weechat/irc.conf new file mode 100644 index 0000000..d0cebc1 --- /dev/null +++ b/weechat/.weechat/irc.conf | |||
| @@ -0,0 +1,181 @@ | |||
| 1 | # | ||
| 2 | # irc.conf -- weechat v1.1.1 | ||
| 3 | # | ||
| 4 | |||
| 5 | [look] | ||
| 6 | buffer_open_before_autojoin = on | ||
| 7 | buffer_open_before_join = off | ||
| 8 | buffer_switch_autojoin = on | ||
| 9 | buffer_switch_join = on | ||
| 10 | color_nicks_in_names = off | ||
| 11 | color_nicks_in_nicklist = off | ||
| 12 | color_nicks_in_server_messages = on | ||
| 13 | color_pv_nick_like_channel = on | ||
| 14 | ctcp_time_format = "%a, %d %b %Y %T %z" | ||
| 15 | display_away = local | ||
| 16 | display_ctcp_blocked = on | ||
| 17 | display_ctcp_reply = on | ||
| 18 | display_ctcp_unknown = on | ||
| 19 | display_host_join = on | ||
| 20 | display_host_join_local = on | ||
| 21 | display_host_quit = on | ||
| 22 | display_join_message = "329,332,333,366" | ||
| 23 | display_old_topic = on | ||
| 24 | display_pv_away_once = on | ||
| 25 | display_pv_back = on | ||
| 26 | highlight_channel = "$nick" | ||
| 27 | highlight_pv = "$nick" | ||
| 28 | highlight_server = "$nick" | ||
| 29 | highlight_tags_restrict = "irc_privmsg,irc_notice" | ||
| 30 | item_away_message = on | ||
| 31 | item_channel_modes_hide_args = "k" | ||
| 32 | item_display_server = buffer_plugin | ||
| 33 | item_nick_modes = on | ||
| 34 | item_nick_prefix = on | ||
| 35 | join_auto_add_chantype = off | ||
| 36 | msgbuffer_fallback = current | ||
| 37 | new_channel_position = none | ||
| 38 | new_pv_position = none | ||
| 39 | nick_color_force = "" | ||
| 40 | nick_color_hash = sum | ||
| 41 | nick_color_stop_chars = "_|[" | ||
| 42 | nick_completion_smart = speakers | ||
| 43 | nick_mode = prefix | ||
| 44 | nick_mode_empty = off | ||
| 45 | nicks_hide_password = "nickserv" | ||
| 46 | notice_as_pv = auto | ||
| 47 | notice_welcome_redirect = on | ||
| 48 | notice_welcome_tags = "" | ||
| 49 | notify_tags_ison = "notify_message" | ||
| 50 | notify_tags_whois = "notify_message" | ||
| 51 | part_closes_buffer = off | ||
| 52 | pv_buffer = independent | ||
| 53 | pv_tags = "notify_private" | ||
| 54 | raw_messages = 256 | ||
| 55 | server_buffer = merge_with_core | ||
| 56 | smart_filter = on | ||
| 57 | smart_filter_delay = 5 | ||
| 58 | smart_filter_join = on | ||
| 59 | smart_filter_join_unmask = 30 | ||
| 60 | smart_filter_mode = "+" | ||
| 61 | smart_filter_nick = on | ||
| 62 | smart_filter_quit = on | ||
| 63 | temporary_servers = off | ||
| 64 | topic_strip_colors = off | ||
| 65 | |||
| 66 | [color] | ||
| 67 | input_nick = lightcyan | ||
| 68 | item_away = yellow | ||
| 69 | item_channel_modes = default | ||
| 70 | item_lag_counting = default | ||
| 71 | item_lag_finished = yellow | ||
| 72 | item_nick_modes = default | ||
| 73 | message_join = green | ||
| 74 | message_quit = red | ||
| 75 | mirc_remap = "1,-1:darkgray" | ||
| 76 | nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue" | ||
| 77 | notice = green | ||
| 78 | reason_quit = default | ||
| 79 | topic_new = white | ||
| 80 | topic_old = default | ||
| 81 | |||
| 82 | [network] | ||
| 83 | alternate_nick = on | ||
| 84 | autoreconnect_delay_growing = 2 | ||
| 85 | autoreconnect_delay_max = 600 | ||
| 86 | ban_mask_default = "*!$ident@$host" | ||
| 87 | colors_receive = on | ||
| 88 | colors_send = on | ||
| 89 | lag_check = 60 | ||
| 90 | lag_max = 1800 | ||
| 91 | lag_min_show = 500 | ||
| 92 | lag_reconnect = 0 | ||
| 93 | lag_refresh_interval = 1 | ||
| 94 | notify_check_ison = 1 | ||
| 95 | notify_check_whois = 5 | ||
| 96 | send_unknown_commands = off | ||
| 97 | whois_double_nick = off | ||
| 98 | |||
| 99 | [msgbuffer] | ||
| 100 | |||
| 101 | [ctcp] | ||
| 102 | |||
| 103 | [ignore] | ||
| 104 | |||
| 105 | [server_default] | ||
| 106 | addresses = "" | ||
| 107 | anti_flood_prio_high = 2 | ||
| 108 | anti_flood_prio_low = 2 | ||
| 109 | autoconnect = off | ||
| 110 | autojoin = "" | ||
| 111 | autoreconnect = on | ||
| 112 | autoreconnect_delay = 10 | ||
| 113 | autorejoin = off | ||
| 114 | autorejoin_delay = 30 | ||
| 115 | away_check = 0 | ||
| 116 | away_check_max_nicks = 25 | ||
| 117 | capabilities = "" | ||
| 118 | command = "" | ||
| 119 | command_delay = 0 | ||
| 120 | connection_timeout = 60 | ||
| 121 | default_msg_kick = "" | ||
| 122 | default_msg_part = "WeeChat %v" | ||
| 123 | default_msg_quit = "WeeChat %v" | ||
| 124 | ipv6 = on | ||
| 125 | local_hostname = "" | ||
| 126 | nicks = "tom,tom1,tom2,tom3,tom4" | ||
| 127 | notify = "" | ||
| 128 | password = "" | ||
| 129 | proxy = "" | ||
| 130 | realname = "" | ||
| 131 | sasl_fail = continue | ||
| 132 | sasl_mechanism = plain | ||
| 133 | sasl_password = "" | ||
| 134 | sasl_timeout = 15 | ||
| 135 | sasl_username = "" | ||
| 136 | ssl = off | ||
| 137 | ssl_cert = "" | ||
| 138 | ssl_dhkey_size = 2048 | ||
| 139 | ssl_fingerprint = "" | ||
| 140 | ssl_priorities = "NORMAL:-VERS-SSL3.0" | ||
| 141 | ssl_verify = on | ||
| 142 | username = "tom" | ||
| 143 | |||
| 144 | [server] | ||
| 145 | freenode.addresses = "chat.freenode.net/6667" | ||
| 146 | freenode.proxy | ||
| 147 | freenode.ipv6 | ||
| 148 | freenode.ssl | ||
| 149 | freenode.ssl_cert | ||
| 150 | freenode.ssl_priorities | ||
| 151 | freenode.ssl_dhkey_size | ||
| 152 | freenode.ssl_fingerprint | ||
| 153 | freenode.ssl_verify | ||
| 154 | freenode.password | ||
| 155 | freenode.capabilities | ||
| 156 | freenode.sasl_mechanism | ||
| 157 | freenode.sasl_username | ||
| 158 | freenode.sasl_password | ||
| 159 | freenode.sasl_timeout | ||
| 160 | freenode.sasl_fail | ||
| 161 | freenode.autoconnect | ||
| 162 | freenode.autoreconnect | ||
| 163 | freenode.autoreconnect_delay | ||
| 164 | freenode.nicks | ||
| 165 | freenode.username | ||
| 166 | freenode.realname | ||
| 167 | freenode.local_hostname | ||
| 168 | freenode.command | ||
| 169 | freenode.command_delay | ||
| 170 | freenode.autojoin | ||
| 171 | freenode.autorejoin | ||
| 172 | freenode.autorejoin_delay | ||
| 173 | freenode.connection_timeout | ||
| 174 | freenode.anti_flood_prio_high | ||
| 175 | freenode.anti_flood_prio_low | ||
| 176 | freenode.away_check | ||
| 177 | freenode.away_check_max_nicks | ||
| 178 | freenode.default_msg_kick | ||
| 179 | freenode.default_msg_part | ||
| 180 | freenode.default_msg_quit | ||
| 181 | freenode.notify | ||
