From 2c8e09fd8ef6d169d14849b72413bfb9a315a4d4 Mon Sep 17 00:00:00 2001 From: wowaname Date: Mon, 3 Oct 2016 05:31:11 +0000 Subject: [PATCH] play.pl: add end of file listing message --- scripts/play.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/play.pl b/scripts/play.pl index c440f8e..df0d8b5 100644 --- a/scripts/play.pl +++ b/scripts/play.pl @@ -97,6 +97,7 @@ sub cmd_play { if ($find) { weechat::print($buffer, " \t$_") while defined( $_ = $rule->match ); + weechat::print($buffer, " \tEnd of file listing for '$file'"); return weechat::WEECHAT_RC_OK; }