diff options
| author | 2015-11-12 20:37:36 +0100 | |
|---|---|---|
| committer | 2015-11-12 20:37:36 +0100 | |
| commit | 9651e618d5081aa84871971c1b60d9cd2711eab5 (patch) | |
| tree | 009e4bc0b60092d4e1ad09d177766d034f84fce6 /weechat/.weechat | |
| parent | 67324729dfa5db32802d5d88c526cf80ae824ee4 (diff) | |
| download | dotfiles-9651e618d5081aa84871971c1b60d9cd2711eab5.tar.gz dotfiles-9651e618d5081aa84871971c1b60d9cd2711eab5.tar.bz2 dotfiles-9651e618d5081aa84871971c1b60d9cd2711eab5.zip | |
Updated weechat
Diffstat (limited to 'weechat/.weechat')
| -rw-r--r-- | weechat/.weechat/irc.conf | 2 | ||||
| -rw-r--r-- | weechat/.weechat/script.conf | 2 | ||||
| -rw-r--r-- | weechat/.weechat/weechat.conf | 2 |
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" | |||
| 76 | nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue" | 76 | nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue" |
| 77 | notice = green | 77 | notice = green |
| 78 | reason_quit = default | 78 | reason_quit = default |
| 79 | topic_current = default | ||
| 79 | topic_new = white | 80 | topic_new = white |
| 80 | topic_old = default | 81 | topic_old = default |
| 81 | 82 | ||
| @@ -84,6 +85,7 @@ alternate_nick = on | |||
| 84 | autoreconnect_delay_growing = 2 | 85 | autoreconnect_delay_growing = 2 |
| 85 | autoreconnect_delay_max = 600 | 86 | autoreconnect_delay_max = 600 |
| 86 | ban_mask_default = "*!$ident@$host" | 87 | ban_mask_default = "*!$ident@$host" |
| 88 | channel_encode = off | ||
| 87 | colors_receive = on | 89 | colors_receive = on |
| 88 | colors_send = on | 90 | colors_send = on |
| 89 | lag_check = 60 | 91 | lag_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] |
| 44 | autoload = on | 44 | autoload = on |
| 45 | cache_expire = 1440 | 45 | cache_expire = 1440 |
| 46 | dir = "%h/script" | ||
| 47 | hold = "" | 46 | hold = "" |
| 47 | path = "%h/script" | ||
| 48 | url = "http://weechat.org/files/plugins.xml.gz" | 48 | url = "http://weechat.org/files/plugins.xml.gz" |
| 49 | url_force_https = on | 49 | url_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 | |||
| 40 | command_chars = "" | 40 | command_chars = "" |
| 41 | command_incomplete = off | 41 | command_incomplete = off |
| 42 | confirm_quit = off | 42 | confirm_quit = off |
| 43 | confirm_upgrade = off | ||
| 43 | day_change = on | 44 | day_change = on |
| 44 | day_change_message_1date = "-- %a, %d %b %Y --" | 45 | day_change_message_1date = "-- %a, %d %b %Y --" |
| 45 | day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --" | 46 | day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --" |
| @@ -74,6 +75,7 @@ jump_current_to_previous_buffer = on | |||
| 74 | jump_previous_buffer_when_closing = on | 75 | jump_previous_buffer_when_closing = on |
| 75 | jump_smart_back_to_buffer = on | 76 | jump_smart_back_to_buffer = on |
| 76 | key_bind_safe = on | 77 | key_bind_safe = on |
| 78 | key_grab_delay = 800 | ||
| 77 | mouse = on | 79 | mouse = on |
| 78 | mouse_timer_delay = 100 | 80 | mouse_timer_delay = 100 |
| 79 | nick_prefix = "" | 81 | nick_prefix = "" |
