From cd05cc8034744d5e801a3b7f2d4eba42368f2611 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 14 Jun 2016 08:41:34 -0400 Subject: weechat --- weechat/irc.conf | 6 +----- weechat/weechat.conf | 5 +++++ 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'weechat') diff --git a/weechat/irc.conf b/weechat/irc.conf index 0554d9a..c3549b6 100644 --- a/weechat/irc.conf +++ b/weechat/irc.conf @@ -27,7 +27,6 @@ highlight_channel = "doy,doyster,@doyster,thedoyster,jesse" highlight_pv = "" highlight_server = "$nick" highlight_tags_restrict = "irc_privmsg,irc_notice" -item_away_message = on item_channel_modes_hide_args = "k" item_display_server = buffer_plugin item_nick_modes = on @@ -36,9 +35,6 @@ join_auto_add_chantype = off msgbuffer_fallback = current new_channel_position = none new_pv_position = none -nick_color_force = "" -nick_color_hash = sum -nick_color_stop_chars = "_|[" nick_completion_smart = speakers nick_mode = prefix nick_mode_empty = off @@ -65,7 +61,6 @@ topic_strip_colors = off [color] input_nick = white -item_away = yellow item_channel_modes = darkgray item_lag_counting = default item_lag_finished = yellow @@ -94,6 +89,7 @@ lag_reconnect = 10 lag_refresh_interval = 1 notify_check_ison = 1 notify_check_whois = 5 +sasl_fail_unavailable = on send_unknown_commands = off whois_double_nick = on diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 3c2b00c..02be0f8 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -67,6 +67,7 @@ input_cursor_scroll = 20 input_share = commands input_share_overwrite = off input_undo_max = 32 +item_away_message = on item_buffer_filter = "*" item_buffer_zoom = "!" item_mouse_status = "M" @@ -78,6 +79,9 @@ key_bind_safe = on key_grab_delay = 800 mouse = off mouse_timer_delay = 100 +nick_color_force = "" +nick_color_hash = djb2 +nick_color_stop_chars = "_|[" nick_prefix = "<" nick_suffix = ">" paste_auto_add_newline = on @@ -170,6 +174,7 @@ emphasized = yellow emphasized_bg = magenta input_actions = lightgreen input_text_not_found = red +item_away = yellow nicklist_away = cyan nicklist_group = green separator = blue -- cgit v1.2.3-54-g00ecf