summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Ramos2020-04-27 18:24:51 +0200
committerGuillermo Ramos2020-04-27 18:24:51 +0200
commit27a40ff19edc8bdefd88fec581edaa116cb42254 (patch)
treef28f048d125edc05f7b566c7fda6c9341d89ea82
parent91e8a5cf14ff0bb30a78ad9cda6014700e7a73a3 (diff)
downloadbots-27a40ff19edc8bdefd88fec581edaa116cb42254.tar.gz
Fix pegatino after tg-utils bump
-rwxr-xr-xpegatino.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pegatino.pl b/pegatino.pl
index 2799c75..1fa884b 100755
--- a/pegatino.pl
+++ b/pegatino.pl
@@ -37,5 +37,5 @@ close $newh;
unlink $origpath, $newpath;
print encode_json({type => 'DOCUMENT', caption => 'Tenga, ayúdese',
- content => encode_base64 $newimg, '',
+ content => encode_base64($newimg, ''),
filename => 'cosa.png'});