From 0c33d070544df8f0405348068e15b1fb832259cf Mon Sep 17 00:00:00 2001 From: Jakub Narebski Date: Wed, 29 Oct 2008 16:15:38 +0100 Subject: [PATCH] Turn dumping filtered content to window on by default Currently there is no way to turn it off, beside closing "(filtered)" window. Note also that source of message (nickname) is not printed. Signed-off-by: Jakub Narebski --- SoftSnow_filter.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoftSnow_filter.pl b/SoftSnow_filter.pl index cb99f3a..ebc5922 100755 --- a/SoftSnow_filter.pl +++ b/SoftSnow_filter.pl @@ -19,7 +19,7 @@ my $filter_turned_on = 0; # was default turned ON my $limit_to_server = ''; # don't limit to server (host) my $use_filter_allow = 0; # use overrides -my $filtered_to_window = 0; +my $filtered_to_window = 1; my $filter_window = "(filtered)"; ### end config ### -- 2.11.4.GIT