Remove old plugin stubs

This commit is contained in:
James Lu 2022-02-01 22:43:59 -08:00
parent 697ae24a09
commit d28c5be104
4 changed files with 0 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

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