diff --git a/scripts/supybot-newplugin b/scripts/supybot-newplugin index cfc028d48..eee9fea02 100644 --- a/scripts/supybot-newplugin +++ b/scripts/supybot-newplugin @@ -149,6 +149,8 @@ __contributors__ = {} import config import plugin reload(plugin) # In case we\'re being reloaded. +# Add more reloads here if you add third-party modules and want them to be +# reloaded when this plugin is reloaded. Don\'t forget to import them as well! if world.testing: import test