From 1e5cf2a5fc61e14d16abd7bf192a32299e0276ba Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Wed, 23 Apr 2025 17:26:55 +0200 Subject: [PATCH] Add Halloy --- modules/Halloy.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Halloy.php diff --git a/modules/Halloy.php b/modules/Halloy.php new file mode 100644 index 0000000..6f4f3fe --- /dev/null +++ b/modules/Halloy.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/squidowl/halloy/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>