From 6562df7ebc07a249da91414bff0f30604c236058 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 10 Sep 2017 10:41:26 +0200 Subject: [PATCH] Add comment --- scripts/patrix | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patrix b/scripts/patrix index f49091a..14f4ebd 100644 --- a/scripts/patrix +++ b/scripts/patrix @@ -94,6 +94,7 @@ sub debug { print "$msg\n\n" if $opt->{debug}; } +# Send a request to Matrix server and return the raw response sub send_request { my $param = shift; $param->{method} ||= 'POST';