From 0ae91611485d12aa5d9de6924114bb8f8faeb3bf 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):