diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-12 20:49:42 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-12 20:49:42 +0200 |
commit | cf1e55adfaa8bd25fd6f34152e4e05734c1220f0 (patch) | |
tree | 085550302c8cd4351e2e701d51b54691cac87bb4 | |
parent | 56ed42311d7570a56c72a45954c60181d6e10bfd (diff) | |
download | dotfiles-cf1e55adfaa8bd25fd6f34152e4e05734c1220f0.tar.xz |
weechat/irc: always show notices in PVs
-rw-r--r-- | weechat/irc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weechat/irc.conf b/weechat/irc.conf index f287330..3fcae4f 100644 --- a/weechat/irc.conf +++ b/weechat/irc.conf @@ -43,7 +43,7 @@ nick_completion_smart = speakers nick_mode = both nick_mode_empty = off nicks_hide_password = "nickserv" -notice_as_pv = auto +notice_as_pv = always notice_welcome_redirect = on notice_welcome_tags = "" notify_tags_ison = "notify_message" |