diff options
Diffstat (limited to 'weechat/.weechat')
| -rw-r--r-- | weechat/.weechat/alias.conf | 41 | ||||
| -rw-r--r-- | weechat/.weechat/aspell.conf | 20 | ||||
| -rw-r--r-- | weechat/.weechat/charset.conf | 11 | ||||
| m--------- | weechat/.weechat/downloads/weechat-vimode | 0 | ||||
| -rw-r--r-- | weechat/.weechat/exec.conf | 11 | ||||
| -rw-r--r-- | weechat/.weechat/irc.conf | 181 | ||||
| -rw-r--r-- | weechat/.weechat/logger.conf | 26 | ||||
| -rw-r--r-- | weechat/.weechat/logs/core.weechat.weechatlog | 71 | ||||
| -rw-r--r-- | weechat/.weechat/plugins.conf | 15 | ||||
| l--------- | weechat/.weechat/python/autoload/vimode.py | 1 | ||||
| -rw-r--r-- | weechat/.weechat/relay.conf | 39 | ||||
| -rw-r--r-- | weechat/.weechat/script.conf | 49 | ||||
| -rw-r--r-- | weechat/.weechat/sec.conf | 11 | ||||
| -rw-r--r-- | weechat/.weechat/trigger.conf | 47 | ||||
| -rw-r--r-- | weechat/.weechat/weechat.conf | 609 | ||||
| -rw-r--r-- | weechat/.weechat/weechat.log | 27 | ||||
| -rw-r--r-- | weechat/.weechat/xfer.conf | 39 |
17 files changed, 1198 insertions, 0 deletions
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf new file mode 100644 index 0000000..a4c30eb --- /dev/null +++ b/weechat/.weechat/alias.conf | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | # | ||
| 2 | # alias.conf -- weechat v1.1.1 | ||
| 3 | # | ||
| 4 | |||
| 5 | [cmd] | ||
| 6 | AAWAY = "allserv /away" | ||
| 7 | AME = "allchan /me" | ||
| 8 | AMSG = "allchan /msg *" | ||
| 9 | ANICK = "allserv /nick" | ||
| 10 | BEEP = "print -beep" | ||
| 11 | BYE = "quit" | ||
| 12 | C = "buffer clear" | ||
| 13 | CHAT = "dcc chat" | ||
| 14 | CL = "buffer clear" | ||
| 15 | CLOSE = "buffer close" | ||
| 16 | EXIT = "quit" | ||
| 17 | IG = "ignore" | ||
| 18 | J = "join" | ||
| 19 | K = "kick" | ||
| 20 | KB = "kickban" | ||
| 21 | LEAVE = "part" | ||
| 22 | M = "msg" | ||
| 23 | MSGBUF = "command -buffer $1 * /input send $2-" | ||
| 24 | MUB = "unban *" | ||
| 25 | N = "names" | ||
| 26 | Q = "query" | ||
| 27 | REDRAW = "window refresh" | ||
| 28 | SAY = "msg *" | ||
| 29 | SIGNOFF = "quit" | ||
| 30 | T = "topic" | ||
| 31 | UB = "unban" | ||
| 32 | UMODE = "mode $nick" | ||
| 33 | V = "command core version" | ||
| 34 | W = "who" | ||
| 35 | WC = "window merge" | ||
| 36 | WI = "whois" | ||
| 37 | WII = "whois $1 $1" | ||
| 38 | WW = "whowas" | ||
| 39 | |||
| 40 | [completion] | ||
| 41 | MSGBUF = "%(buffers_plugins_names)" | ||
diff --git a/weechat/.weechat/aspell.conf b/weechat/.weechat/aspell.conf new file mode 100644 index 0000000..0f35241 --- /dev/null +++ b/weechat/.weechat/aspell.conf | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | # | ||
| 2 | # aspell.conf -- weechat v1.1.1 | ||
| 3 | # | ||
| 4 | |||
| 5 | [color] | ||
| 6 | misspelled = lightred | ||
| 7 | suggestions = default | ||
| 8 | |||
| 9 | [check] | ||
| 10 | commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic" | ||
| 11 | default_dict = "" | ||
| 12 | during_search = off | ||
| 13 | enabled = off | ||
| 14 | real_time = off | ||
| 15 | suggestions = -1 | ||
| 16 | word_min_length = 2 | ||
| 17 | |||
| 18 | [dict] | ||
| 19 | |||
| 20 | [option] | ||
diff --git a/weechat/.weechat/charset.conf b/weechat/.weechat/charset.conf new file mode 100644 index 0000000..c319dd3 --- /dev/null +++ b/weechat/.weechat/charset.conf | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # | ||
| 2 | # charset.conf -- weechat v1.1.1 | ||
| 3 | # | ||
| 4 | |||
| 5 | [default] | ||
| 6 | decode = "iso-8859-1" | ||
| 7 | encode = "" | ||
| 8 | |||
| 9 | [decode] | ||
| 10 | |||
| 11 | [encode] | ||
diff --git a/weechat/.weechat/downloads/weechat-vimode b/weechat/.weechat/downloads/weechat-vimode new file mode 160000 | |||
| Subproject 8cdead2c5e273d041f770650f20085d3620f4e1 | |||
diff --git a/weechat/.weechat/exec.conf b/weechat/.weechat/exec.conf new file mode 100644 index 0000000..f7f6212 --- /dev/null +++ b/weechat/.weechat/exec.conf | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # | ||
| 2 | # exec.conf -- weechat v1.1.1 | ||
| 3 | # | ||
| 4 | |||
| 5 | [command] | ||
| 6 | default_options = "" | ||
| 7 | purge_delay = 0 | ||
| 8 | |||
| 9 | [color] | ||
| 10 | flag_finished = lightred | ||
| 11 | flag_running = lightgreen | ||
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 | ||
