revbank/plugins/regex_angel
Juerd Waalboer 0dcacfc659 Upstream support for angel-foo input as alias for foo.
This replaces the revspace_angel plugin at RevSpace.
2023-09-18 01:35:11 +02:00

4 lines
104 B
Text

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