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")