Remove requirement for dummy command method in hook-only plugins

This commit is contained in:
Juerd Waalboer 2021-12-03 01:47:28 +01:00
parent cf8ce7dc52
commit 6850ed22be
15 changed files with 8 additions and 27 deletions

View file

@ -1,7 +1,5 @@
#!perl
sub command { NEXT }
sub hook_deposit_methods {
my ($class, $message, $hash) = @_;