From 92a7b05e4c19ba8fc9b5323dd11340d9a69534d3 Mon Sep 17 00:00:00 2001 From: Stathis Xantinidis Date: Thu, 21 Nov 2024 15:58:04 +0200 Subject: [PATCH] added spithash repo My plugins repo. All of them are mine with an exception of DuckHunt in which I made an emoji enhancement. --- plugins/PluginDownloader/plugin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index cd2434021..c6832a86e 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -231,6 +231,10 @@ repositories = utils.InsensitivePreservingDict({ 'matiasw', 'my-limnoria-plugins', ), + 'spithash': GithubRepository( + 'spithash', + 'Limnoria-Plugins', + ), }) class PluginDownloader(callbacks.Plugin):