From 47fefbbc957649efc6b0fe05a3b98ed7a6595d03 Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Mon, 9 Dec 2013 17:43:36 +0100 Subject: [PATCH] Fix Notice command. --- rc/wmiirc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/wmiirc.sh b/rc/wmiirc.sh index b56c581f..b38c3b79 100644 --- a/rc/wmiirc.sh +++ b/rc/wmiirc.sh @@ -108,10 +108,10 @@ Event Unresponsive fi }& Event Notice - wmiir xwrite $noticebar $wi_arg + wmiir xwrite $noticebar label $wi_arg kill $xpid 2>/dev/null # Let's hope this isn't reused... - { sleep $noticetimeout; wmiir xwrite $noticebar ' '; }& + { sleep $noticetimeout; wmiir xwrite $noticebar label; }& xpid = $! # Menus