New plugin: adduser_note
This commit is contained in:
parent
f6338fe9fc
commit
3ca6db357d
1 changed files with 12 additions and 0 deletions
12
plugins/adduser_note
Normal file
12
plugins/adduser_note
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
sub command($self, $cart, $command, @) {
|
||||||
|
if ($command eq 'adduser') {
|
||||||
|
print <<'END';
|
||||||
|
NOTE: This system is insecure by design. Other users can see your transactions,
|
||||||
|
or pay using your account. We trust each other not to abuse this power.
|
||||||
|
|
||||||
|
END
|
||||||
|
|
||||||
|
}
|
||||||
|
return NEXT;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue