mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 04:51:08 -05:00
6 lines
323 B
Python
6 lines
323 B
Python
#!/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")
|