diff --git a/AzuraCast/setup.py b/AzuraCast/setup.py new file mode 100644 index 0000000..395112e --- /dev/null +++ b/AzuraCast/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'AzuraCast', +) diff --git a/Azure/setup.py b/Azure/setup.py new file mode 100644 index 0000000..f01e486 --- /dev/null +++ b/Azure/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Azure', +) diff --git a/BotLibre/setup.py b/BotLibre/setup.py new file mode 100644 index 0000000..5251990 --- /dev/null +++ b/BotLibre/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'BotLibre', +) diff --git a/CAH/setup.py b/CAH/setup.py new file mode 100644 index 0000000..dbb5a1f --- /dev/null +++ b/CAH/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'CAH', +) diff --git a/CBB/setup.py b/CBB/setup.py new file mode 100644 index 0000000..3600ce0 --- /dev/null +++ b/CBB/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'CBB', +) diff --git a/CFB/setup.py b/CFB/setup.py new file mode 100644 index 0000000..a1bba71 --- /dev/null +++ b/CFB/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'CFB', +) diff --git a/Cayenne/setup.py b/Cayenne/setup.py new file mode 100644 index 0000000..095b9ca --- /dev/null +++ b/Cayenne/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Cayenne', +) diff --git a/Cobe/setup.py b/Cobe/setup.py new file mode 100644 index 0000000..d56bbce --- /dev/null +++ b/Cobe/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Cobe', +) diff --git a/Corona/setup.py b/Corona/setup.py new file mode 100644 index 0000000..fbe008b --- /dev/null +++ b/Corona/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Corona', +) diff --git a/CoronaLight/setup.py b/CoronaLight/setup.py new file mode 100644 index 0000000..0315870 --- /dev/null +++ b/CoronaLight/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'CoronaLight', +) diff --git a/Dice/setup.py b/Dice/setup.py new file mode 100644 index 0000000..7d1c62d --- /dev/null +++ b/Dice/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Dice', +) diff --git a/DuckHunt/setup.py b/DuckHunt/setup.py new file mode 100644 index 0000000..e833754 --- /dev/null +++ b/DuckHunt/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'DuckHunt', +) diff --git a/Fun/setup.py b/Fun/setup.py new file mode 100644 index 0000000..c6cd516 --- /dev/null +++ b/Fun/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Fun', +) diff --git a/Geo/setup.py b/Geo/setup.py new file mode 100644 index 0000000..b6551c3 --- /dev/null +++ b/Geo/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Geo', +) diff --git a/GoogleCloud/setup.py b/GoogleCloud/setup.py new file mode 100644 index 0000000..76fa9a3 --- /dev/null +++ b/GoogleCloud/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'GoogleCloud', +) diff --git a/HuntNFish/setup.py b/HuntNFish/setup.py new file mode 100644 index 0000000..b8b4094 --- /dev/null +++ b/HuntNFish/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'HuntNFish', +) diff --git a/IMDb/setup.py b/IMDb/setup.py new file mode 100644 index 0000000..3d3ccfc --- /dev/null +++ b/IMDb/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'IMDb', +) diff --git a/Jeopardy/setup.py b/Jeopardy/setup.py new file mode 100644 index 0000000..284b2dc --- /dev/null +++ b/Jeopardy/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Jeopardy', +) diff --git a/Lyrics/setup.py b/Lyrics/setup.py new file mode 100644 index 0000000..b11040d --- /dev/null +++ b/Lyrics/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Lyrics', +) diff --git a/NBA/setup.py b/NBA/setup.py new file mode 100644 index 0000000..26e81eb --- /dev/null +++ b/NBA/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'NBA', +) diff --git a/NFL/setup.py b/NFL/setup.py new file mode 100644 index 0000000..55e732e --- /dev/null +++ b/NFL/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'NFL', +) diff --git a/NHL/setup.py b/NHL/setup.py new file mode 100644 index 0000000..9f34354 --- /dev/null +++ b/NHL/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'NHL', +) diff --git a/Odds/setup.py b/Odds/setup.py new file mode 100644 index 0000000..7ccb367 --- /dev/null +++ b/Odds/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Odds', +) diff --git a/PGA/setup.py b/PGA/setup.py new file mode 100644 index 0000000..c0caae7 --- /dev/null +++ b/PGA/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'PGA', +) diff --git a/Soccer/setup.py b/Soccer/setup.py new file mode 100644 index 0000000..b318681 --- /dev/null +++ b/Soccer/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Soccer', +) diff --git a/TVMaze/setup.py b/TVMaze/setup.py new file mode 100644 index 0000000..47d08b3 --- /dev/null +++ b/TVMaze/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'TVMaze', +) diff --git a/TextAdventures/setup.py b/TextAdventures/setup.py new file mode 100644 index 0000000..8cb95ad --- /dev/null +++ b/TextAdventures/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'TextAdventures', +) diff --git a/TextArt/setup.py b/TextArt/setup.py new file mode 100644 index 0000000..f72ae82 --- /dev/null +++ b/TextArt/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'TextArt', +) diff --git a/TimeBomb/setup.py b/TimeBomb/setup.py new file mode 100644 index 0000000..9420a08 --- /dev/null +++ b/TimeBomb/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'TimeBomb', +) diff --git a/Trackers/setup.py b/Trackers/setup.py new file mode 100644 index 0000000..ab8d541 --- /dev/null +++ b/Trackers/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Trackers', +) diff --git a/TriviaTime/setup.py b/TriviaTime/setup.py new file mode 100644 index 0000000..fa6d439 --- /dev/null +++ b/TriviaTime/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'TriviaTime', +) diff --git a/Tweety/setup.py b/Tweety/setup.py new file mode 100644 index 0000000..6849f0e --- /dev/null +++ b/Tweety/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Tweety', +) diff --git a/UNO/setup.py b/UNO/setup.py new file mode 100644 index 0000000..89e437e --- /dev/null +++ b/UNO/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'UNO', +) diff --git a/Undercut/setup.py b/Undercut/setup.py new file mode 100644 index 0000000..ca16c87 --- /dev/null +++ b/Undercut/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Undercut', +) diff --git a/UndernetX/setup.py b/UndernetX/setup.py new file mode 100644 index 0000000..77eff5f --- /dev/null +++ b/UndernetX/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'UndernetX', +) diff --git a/Unicode/setup.py b/Unicode/setup.py new file mode 100644 index 0000000..dff8e97 --- /dev/null +++ b/Unicode/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Unicode', +) diff --git a/UrbanDictionary/setup.py b/UrbanDictionary/setup.py new file mode 100644 index 0000000..a2c6b05 --- /dev/null +++ b/UrbanDictionary/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'UrbanDictionary', +) diff --git a/Weed/setup.py b/Weed/setup.py new file mode 100644 index 0000000..1eec818 --- /dev/null +++ b/Weed/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'Weed', +) diff --git a/WolframAlpha/setup.py b/WolframAlpha/setup.py new file mode 100644 index 0000000..6b14478 --- /dev/null +++ b/WolframAlpha/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'WolframAlpha', +) diff --git a/WordGames/setup.py b/WordGames/setup.py new file mode 100644 index 0000000..e806437 --- /dev/null +++ b/WordGames/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'WordGames', +) diff --git a/WorldTime/setup.py b/WorldTime/setup.py new file mode 100644 index 0000000..f957e60 --- /dev/null +++ b/WorldTime/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'WorldTime', +) diff --git a/YouTube/setup.py b/YouTube/setup.py new file mode 100644 index 0000000..5f4932c --- /dev/null +++ b/YouTube/setup.py @@ -0,0 +1,5 @@ +from supybot.setup import plugin_setup + +plugin_setup( + 'YouTube', +)