play.pl: add end of file listing message
This commit is contained in:
parent
3e9e72d1f8
commit
2c8e09fd8e
@ -97,6 +97,7 @@ sub cmd_play {
|
|||||||
|
|
||||||
if ($find) {
|
if ($find) {
|
||||||
weechat::print($buffer, " \t$_") while defined( $_ = $rule->match );
|
weechat::print($buffer, " \t$_") while defined( $_ = $rule->match );
|
||||||
|
weechat::print($buffer, " \tEnd of file listing for '$file'");
|
||||||
return weechat::WEECHAT_RC_OK;
|
return weechat::WEECHAT_RC_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user