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; }