play.pl: add end of file listing message

This commit is contained in:
wowaname 2016-10-03 05:31:11 +00:00
parent 3e9e72d1f8
commit 2c8e09fd8e

View File

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