mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
Add missing setup.py's
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
b4f11088ec
commit
95e1ce20c7
5
AzuraCast/setup.py
Normal file
5
AzuraCast/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'AzuraCast',
|
||||
)
|
5
Azure/setup.py
Normal file
5
Azure/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Azure',
|
||||
)
|
5
BotLibre/setup.py
Normal file
5
BotLibre/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'BotLibre',
|
||||
)
|
5
CAH/setup.py
Normal file
5
CAH/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'CAH',
|
||||
)
|
5
CBB/setup.py
Normal file
5
CBB/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'CBB',
|
||||
)
|
5
CFB/setup.py
Normal file
5
CFB/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'CFB',
|
||||
)
|
5
Cayenne/setup.py
Normal file
5
Cayenne/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Cayenne',
|
||||
)
|
5
Cobe/setup.py
Normal file
5
Cobe/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Cobe',
|
||||
)
|
5
Corona/setup.py
Normal file
5
Corona/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Corona',
|
||||
)
|
5
CoronaLight/setup.py
Normal file
5
CoronaLight/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'CoronaLight',
|
||||
)
|
5
Dice/setup.py
Normal file
5
Dice/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Dice',
|
||||
)
|
5
DuckHunt/setup.py
Normal file
5
DuckHunt/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'DuckHunt',
|
||||
)
|
5
Fun/setup.py
Normal file
5
Fun/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Fun',
|
||||
)
|
5
Geo/setup.py
Normal file
5
Geo/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Geo',
|
||||
)
|
5
GoogleCloud/setup.py
Normal file
5
GoogleCloud/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'GoogleCloud',
|
||||
)
|
5
HuntNFish/setup.py
Normal file
5
HuntNFish/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'HuntNFish',
|
||||
)
|
5
IMDb/setup.py
Normal file
5
IMDb/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'IMDb',
|
||||
)
|
5
Jeopardy/setup.py
Normal file
5
Jeopardy/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Jeopardy',
|
||||
)
|
5
Lyrics/setup.py
Normal file
5
Lyrics/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Lyrics',
|
||||
)
|
5
NBA/setup.py
Normal file
5
NBA/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'NBA',
|
||||
)
|
5
NFL/setup.py
Normal file
5
NFL/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'NFL',
|
||||
)
|
5
NHL/setup.py
Normal file
5
NHL/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'NHL',
|
||||
)
|
5
Odds/setup.py
Normal file
5
Odds/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Odds',
|
||||
)
|
5
PGA/setup.py
Normal file
5
PGA/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'PGA',
|
||||
)
|
5
Soccer/setup.py
Normal file
5
Soccer/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Soccer',
|
||||
)
|
5
TVMaze/setup.py
Normal file
5
TVMaze/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'TVMaze',
|
||||
)
|
5
TextAdventures/setup.py
Normal file
5
TextAdventures/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'TextAdventures',
|
||||
)
|
5
TextArt/setup.py
Normal file
5
TextArt/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'TextArt',
|
||||
)
|
5
TimeBomb/setup.py
Normal file
5
TimeBomb/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'TimeBomb',
|
||||
)
|
5
Trackers/setup.py
Normal file
5
Trackers/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Trackers',
|
||||
)
|
5
TriviaTime/setup.py
Normal file
5
TriviaTime/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'TriviaTime',
|
||||
)
|
5
Tweety/setup.py
Normal file
5
Tweety/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Tweety',
|
||||
)
|
5
UNO/setup.py
Normal file
5
UNO/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'UNO',
|
||||
)
|
5
Undercut/setup.py
Normal file
5
Undercut/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Undercut',
|
||||
)
|
5
UndernetX/setup.py
Normal file
5
UndernetX/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'UndernetX',
|
||||
)
|
5
Unicode/setup.py
Normal file
5
Unicode/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Unicode',
|
||||
)
|
5
UrbanDictionary/setup.py
Normal file
5
UrbanDictionary/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'UrbanDictionary',
|
||||
)
|
5
Weed/setup.py
Normal file
5
Weed/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'Weed',
|
||||
)
|
5
WolframAlpha/setup.py
Normal file
5
WolframAlpha/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'WolframAlpha',
|
||||
)
|
5
WordGames/setup.py
Normal file
5
WordGames/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'WordGames',
|
||||
)
|
5
WorldTime/setup.py
Normal file
5
WorldTime/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'WorldTime',
|
||||
)
|
5
YouTube/setup.py
Normal file
5
YouTube/setup.py
Normal file
@ -0,0 +1,5 @@
|
||||
from supybot.setup import plugin_setup
|
||||
|
||||
plugin_setup(
|
||||
'YouTube',
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user