Upstream support for angel-foo input as alias for foo.

This replaces the revspace_angel plugin at RevSpace.
This commit is contained in:
Juerd Waalboer 2023-09-18 01:35:11 +02:00
parent 0245f80961
commit 0dcacfc659
2 changed files with 6 additions and 1 deletions

4
plugins/regex_angel Normal file
View file

@ -0,0 +1,4 @@
sub command($self, $cart, $command, @) {
return REDO, $1 if $command =~ /^angel-(.*)/;
return NEXT;
}