]>
Commit | Line | Data |
---|---|---|
aca63701 BB |
1 | # |
2 | # irc.conf -- weechat v0.3.8 | |
3 | # | |
4 | ||
5 | [look] | |
6 | buffer_switch_autojoin = on | |
7 | buffer_switch_join = on | |
8 | color_nicks_in_names = off | |
9 | color_nicks_in_nicklist = off | |
10 | color_nicks_in_server_messages = on | |
11 | color_pv_nick_like_channel = on | |
12 | display_away = local | |
13 | display_ctcp_blocked = on | |
14 | display_ctcp_reply = on | |
15 | display_ctcp_unknown = on | |
16 | display_host_join = on | |
17 | display_host_join_local = on | |
18 | display_host_quit = on | |
19 | display_old_topic = on | |
20 | display_pv_away_once = on | |
21 | display_pv_back = on | |
22 | hide_nickserv_pwd = on | |
23 | highlight_channel = "$nick" | |
24 | highlight_pv = "$nick" | |
25 | highlight_server = "$nick" | |
26 | highlight_tags = "irc_privmsg,irc_notice" | |
27 | item_away_message = on | |
28 | item_channel_modes = on | |
29 | item_channel_modes_hide_key = off | |
30 | item_display_server = buffer_plugin | |
31 | item_nick_modes = on | |
32 | item_nick_prefix = on | |
33 | msgbuffer_fallback = current | |
34 | new_channel_position = none | |
35 | new_pv_position = none | |
36 | nick_color_force = "" | |
37 | nick_color_stop_chars = "_|[" | |
38 | nick_completion_smart = speakers | |
39 | nick_prefix = "" | |
40 | nick_suffix = "" | |
41 | notice_as_pv = auto | |
42 | notify_tags_ison = "notify_message" | |
43 | notify_tags_whois = "notify_message" | |
44 | part_closes_buffer = off | |
45 | raw_messages = 256 | |
46 | server_buffer = merge_with_core | |
47 | smart_filter = on | |
48 | smart_filter_delay = 5 | |
49 | smart_filter_join = on | |
50 | smart_filter_nick = on | |
51 | smart_filter_quit = on | |
52 | topic_strip_colors = off | |
53 | ||
54 | [color] | |
55 | input_nick = lightcyan | |
56 | item_away = yellow | |
57 | item_channel_modes = default | |
58 | item_lag_counting = default | |
59 | item_lag_finished = yellow | |
60 | message_join = green | |
61 | message_quit = red | |
62 | mirc_remap = "1,-1:darkgray" | |
63 | nick_prefix = green | |
64 | nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue" | |
65 | nick_suffix = green | |
66 | notice = green | |
67 | reason_quit = default | |
68 | topic_new = white | |
69 | topic_old = darkgray | |
70 | ||
71 | [network] | |
72 | autoreconnect_delay_growing = 2 | |
73 | autoreconnect_delay_max = 1800 | |
74 | colors_receive = on | |
75 | colors_send = on | |
76 | lag_check = 60 | |
77 | lag_disconnect = 0 | |
78 | lag_min_show = 500 | |
79 | lag_refresh_interval = 1 | |
80 | notify_check_ison = 1 | |
81 | notify_check_whois = 5 | |
82 | send_unknown_commands = off | |
83 | ||
84 | [msgbuffer] | |
85 | ||
86 | [ctcp] | |
87 | ||
88 | [ignore] | |
89 | ||
90 | [server_default] | |
91 | addresses = "" | |
92 | anti_flood_prio_high = 2 | |
93 | anti_flood_prio_low = 2 | |
94 | autoconnect = off | |
95 | autojoin = "" | |
96 | autoreconnect = on | |
97 | autoreconnect_delay = 10 | |
98 | autorejoin = off | |
99 | autorejoin_delay = 30 | |
100 | away_check = 0 | |
101 | away_check_max_nicks = 25 | |
102 | capabilities = "" | |
103 | command = "" | |
104 | command_delay = 0 | |
105 | connection_timeout = 60 | |
106 | default_msg_part = "WeeChat %v" | |
107 | default_msg_quit = "WeeChat %v" | |
108 | ipv6 = off | |
109 | local_hostname = "" | |
263456a9 | 110 | nicks = "rbdr,rbdr182,rbdr666,rbdr9000,rdbr" |
aca63701 BB |
111 | notify = "" |
112 | password = "" | |
113 | proxy = "" | |
114 | realname = "" | |
115 | sasl_mechanism = plain | |
116 | sasl_password = "" | |
117 | sasl_timeout = 15 | |
118 | sasl_username = "" | |
119 | ssl = off | |
120 | ssl_cert = "" | |
121 | ssl_dhkey_size = 2048 | |
122 | ssl_priorities = "NORMAL" | |
123 | ssl_verify = on | |
124 | username = "benbeltran" | |
125 | ||
126 | [server] | |
127 | freenode.addresses = "chat.freenode.net/6667" | |
128 | freenode.proxy | |
129 | freenode.ipv6 | |
130 | freenode.ssl | |
131 | freenode.ssl_cert | |
132 | freenode.ssl_priorities | |
133 | freenode.ssl_dhkey_size | |
134 | freenode.ssl_verify | |
135 | freenode.password | |
136 | freenode.capabilities | |
137 | freenode.sasl_mechanism | |
138 | freenode.sasl_username | |
139 | freenode.sasl_password | |
140 | freenode.sasl_timeout | |
141 | freenode.autoconnect | |
142 | freenode.autoreconnect | |
143 | freenode.autoreconnect_delay | |
144 | freenode.nicks | |
145 | freenode.username | |
146 | freenode.realname | |
147 | freenode.local_hostname | |
263456a9 | 148 | freenode.command = "" |
aca63701 | 149 | freenode.command_delay |
263456a9 | 150 | freenode.autojoin = "" |
aca63701 BB |
151 | freenode.autorejoin |
152 | freenode.autorejoin_delay | |
153 | freenode.connection_timeout | |
154 | freenode.anti_flood_prio_high | |
155 | freenode.anti_flood_prio_low | |
156 | freenode.away_check | |
157 | freenode.away_check_max_nicks | |
158 | freenode.default_msg_part | |
159 | freenode.default_msg_quit | |
160 | freenode.notify | |
161 | QuakeNet.addresses = "gameservers.nj.us.quakenet.org/6667" | |
162 | QuakeNet.proxy | |
163 | QuakeNet.ipv6 | |
164 | QuakeNet.ssl | |
165 | QuakeNet.ssl_cert | |
166 | QuakeNet.ssl_priorities | |
167 | QuakeNet.ssl_dhkey_size | |
168 | QuakeNet.ssl_verify | |
169 | QuakeNet.password | |
170 | QuakeNet.capabilities | |
171 | QuakeNet.sasl_mechanism | |
172 | QuakeNet.sasl_username | |
173 | QuakeNet.sasl_password | |
174 | QuakeNet.sasl_timeout | |
175 | QuakeNet.autoconnect | |
176 | QuakeNet.autoreconnect | |
177 | QuakeNet.autoreconnect_delay | |
178 | QuakeNet.nicks | |
179 | QuakeNet.username | |
180 | QuakeNet.realname | |
181 | QuakeNet.local_hostname | |
182 | QuakeNet.command | |
183 | QuakeNet.command_delay | |
263456a9 | 184 | QuakeNet.autojoin = "" |
aca63701 BB |
185 | QuakeNet.autorejoin |
186 | QuakeNet.autorejoin_delay | |
187 | QuakeNet.connection_timeout | |
188 | QuakeNet.anti_flood_prio_high | |
189 | QuakeNet.anti_flood_prio_low | |
190 | QuakeNet.away_check | |
191 | QuakeNet.away_check_max_nicks | |
192 | QuakeNet.default_msg_part | |
193 | QuakeNet.default_msg_quit | |
194 | QuakeNet.notify |