Delete nonsensical example
Was never supposed to be committed :)
This commit is contained in:
parent
eed0db7897
commit
9edd6e2e77
1 changed files with 0 additions and 14 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue