Delete nonsensical example

Was never supposed to be committed :)
This commit is contained in:
Juerd Waalboer 2021-12-03 18:08:45 +01:00
parent eed0db7897
commit 9edd6e2e77

View file

@ -1,14 +0,0 @@
#!perl
sub command { print "@_\n"; NEXT }
sub hook_user_balance($class, $username, $old, $delta, $new, @) {
print "c: $class\n";
print "u: $username\n";
print "o: $old\n";
print "d: $delta\n";
print "n: $new\n";
}