From d28c5be104c33ac28976c54b7f838f848e0e01bd Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 1 Feb 2022 22:43:59 -0800 Subject: [PATCH] Remove old plugin stubs --- DDG/README.md | 3 --- SedRegex/README.md | 3 --- Weather/README.md | 3 --- Weather/__init__.py | 5 ----- 4 files changed, 14 deletions(-) delete mode 100644 DDG/README.md delete mode 100644 SedRegex/README.md delete mode 100644 Weather/README.md delete mode 100644 Weather/__init__.py diff --git a/DDG/README.md b/DDG/README.md deleted file mode 100644 index ef5033f..0000000 --- a/DDG/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# DDG - -Looking for DDG? As of 2020-07-01 this plugin has been moved into Limnoria core: https://github.com/ProgVal/Limnoria/tree/master/plugins/DDG diff --git a/SedRegex/README.md b/SedRegex/README.md deleted file mode 100644 index a068ff9..0000000 --- a/SedRegex/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# SedRegex - -Looking for SedRegex? As of 2020-01 this plugin has been moved into Limnoria core: https://github.com/ProgVal/Limnoria/tree/master/plugins/SedRegex diff --git a/Weather/README.md b/Weather/README.md deleted file mode 100644 index 1e03037..0000000 --- a/Weather/README.md +++ /dev/null @@ -1,3 +0,0 @@ -The Weather plugin is no longer supported as Weather Underground has ceased providing free API access. - -Please consider using migrating to an alternative such as https://github.com/jlu5/SupyPlugins/tree/master/NuWeather diff --git a/Weather/__init__.py b/Weather/__init__.py deleted file mode 100644 index 8f5c477..0000000 --- a/Weather/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env python3 -from supybot import callbacks - -raise callbacks.Error("The Weather plugin is no longer supported as Weather Underground has ceased providing free API access. " - "Please consider using migrating to an alternative such as https://github.com/jlu5/SupyPlugins/tree/master/NuWeather")