diff --git a/exts/ae7qext.py b/exts/ae7q.py similarity index 100% rename from exts/ae7qext.py rename to exts/ae7q.py diff --git a/exts/baseext.py b/exts/base.py similarity index 100% rename from exts/baseext.py rename to exts/base.py diff --git a/exts/funext.py b/exts/fun.py similarity index 100% rename from exts/funext.py rename to exts/fun.py diff --git a/exts/gridext.py b/exts/grid.py similarity index 100% rename from exts/gridext.py rename to exts/grid.py diff --git a/exts/hamext.py b/exts/ham.py similarity index 100% rename from exts/hamext.py rename to exts/ham.py diff --git a/exts/imageext.py b/exts/image.py similarity index 100% rename from exts/imageext.py rename to exts/image.py diff --git a/exts/morseext.py b/exts/morse.py similarity index 100% rename from exts/morseext.py rename to exts/morse.py diff --git a/exts/qrzext.py b/exts/qrz.py similarity index 100% rename from exts/qrzext.py rename to exts/qrz.py diff --git a/exts/studyext.py b/exts/study.py similarity index 100% rename from exts/studyext.py rename to exts/study.py diff --git a/exts/weatherext.py b/exts/weather.py similarity index 100% rename from exts/weatherext.py rename to exts/weather.py diff --git a/templates/data/options.py b/templates/data/options.py index c3a7351..81ecc8b 100644 --- a/templates/data/options.py +++ b/templates/data/options.py @@ -27,8 +27,7 @@ debug = False owners_uids = (200102491231092736,) # The extensions to load when running the bot. -exts = ['ae7qext', 'baseext', 'funext', 'gridext', 'hamext', 'imageext', - 'morseext', 'qrzext', 'studyext', 'weatherext'] +exts = ['ae7q', 'base', 'fun', 'grid', 'ham', 'image', 'morse', 'qrz', 'study', 'weather'] # The text to put in the "playing" status. game = 'with lids on 7.200'