aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/.weechat
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/.weechat')
-rw-r--r--weechat/.weechat/irc.conf2
-rw-r--r--weechat/.weechat/script.conf2
-rw-r--r--weechat/.weechat/weechat.conf2
3 files changed, 5 insertions, 1 deletions
diff --git a/weechat/.weechat/irc.conf b/weechat/.weechat/irc.conf
index d8d65d5..d001c52 100644
--- a/weechat/.weechat/irc.conf
+++ b/weechat/.weechat/irc.conf
@@ -76,6 +76,7 @@ mirc_remap = "1,-1:darkgray"
76nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue" 76nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
77notice = green 77notice = green
78reason_quit = default 78reason_quit = default
79topic_current = default
79topic_new = white 80topic_new = white
80topic_old = default 81topic_old = default
81 82
@@ -84,6 +85,7 @@ alternate_nick = on
84autoreconnect_delay_growing = 2 85autoreconnect_delay_growing = 2
85autoreconnect_delay_max = 600 86autoreconnect_delay_max = 600
86ban_mask_default = "*!$ident@$host" 87ban_mask_default = "*!$ident@$host"
88channel_encode = off
87colors_receive = on 89colors_receive = on
88colors_send = on 90colors_send = on
89lag_check = 60 91lag_check = 60
diff --git a/weechat/.weechat/script.conf b/weechat/.weechat/script.conf
index 656c986..51aa39c 100644
--- a/weechat/.weechat/script.conf
+++ b/weechat/.weechat/script.conf
@@ -43,7 +43,7 @@ text_version_selected = lightmagenta
43[scripts] 43[scripts]
44autoload = on 44autoload = on
45cache_expire = 1440 45cache_expire = 1440
46dir = "%h/script"
47hold = "" 46hold = ""
47path = "%h/script"
48url = "http://weechat.org/files/plugins.xml.gz" 48url = "http://weechat.org/files/plugins.xml.gz"
49url_force_https = on 49url_force_https = on
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf
index 48725a7..9b40572 100644
--- a/weechat/.weechat/weechat.conf
+++ b/weechat/.weechat/weechat.conf
@@ -40,6 +40,7 @@ color_real_white = off
40command_chars = "" 40command_chars = ""
41command_incomplete = off 41command_incomplete = off
42confirm_quit = off 42confirm_quit = off
43confirm_upgrade = off
43day_change = on 44day_change = on
44day_change_message_1date = "-- %a, %d %b %Y --" 45day_change_message_1date = "-- %a, %d %b %Y --"
45day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --" 46day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --"
@@ -74,6 +75,7 @@ jump_current_to_previous_buffer = on
74jump_previous_buffer_when_closing = on 75jump_previous_buffer_when_closing = on
75jump_smart_back_to_buffer = on 76jump_smart_back_to_buffer = on
76key_bind_safe = on 77key_bind_safe = on
78key_grab_delay = 800
77mouse = on 79mouse = on
78mouse_timer_delay = 100 80mouse_timer_delay = 100
79nick_prefix = "" 81nick_prefix = ""