COPYING
MANIFEST.in
README.rst
dev-requirements.txt
requirements.txt
setup.cfg
setup.py
sopel/__init__.py
sopel/bot.py
sopel/coretasks.py
sopel/db.py
sopel/formatting.py
sopel/loader.py
sopel/logger.py
sopel/module.py
sopel/plugin.py
sopel/test_tools.py
sopel/trigger.py
sopel/web.py
sopel.egg-info/PKG-INFO
sopel.egg-info/SOURCES.txt
sopel.egg-info/dependency_links.txt
sopel.egg-info/entry_points.txt
sopel.egg-info/not-zip-safe
sopel.egg-info/requires.txt
sopel.egg-info/top_level.txt
sopel/cli/__init__.py
sopel/cli/config.py
sopel/cli/plugins.py
sopel/cli/run.py
sopel/cli/utils.py
sopel/config/__init__.py
sopel/config/core_section.py
sopel/config/types.py
sopel/irc/__init__.py
sopel/irc/abstract_backends.py
sopel/irc/backends.py
sopel/irc/isupport.py
sopel/irc/utils.py
sopel/modules/__init__.py
sopel/modules/admin.py
sopel/modules/adminchannel.py
sopel/modules/announce.py
sopel/modules/bugzilla.py
sopel/modules/calc.py
sopel/modules/choose.py
sopel/modules/clock.py
sopel/modules/countdown.py
sopel/modules/currency.py
sopel/modules/dice.py
sopel/modules/emoticons.py
sopel/modules/find.py
sopel/modules/find_updates.py
sopel/modules/help.py
sopel/modules/invite.py
sopel/modules/ip.py
sopel/modules/isup.py
sopel/modules/lmgtfy.py
sopel/modules/meetbot.py
sopel/modules/ping.py
sopel/modules/pronouns.py
sopel/modules/py.py
sopel/modules/rand.py
sopel/modules/reddit.py
sopel/modules/reload.py
sopel/modules/remind.py
sopel/modules/safety.py
sopel/modules/search.py
sopel/modules/seen.py
sopel/modules/tell.py
sopel/modules/tld.py
sopel/modules/translate.py
sopel/modules/unicode_info.py
sopel/modules/units.py
sopel/modules/uptime.py
sopel/modules/url.py
sopel/modules/version.py
sopel/modules/wikipedia.py
sopel/modules/wiktionary.py
sopel/modules/xkcd.py
sopel/plugins/__init__.py
sopel/plugins/exceptions.py
sopel/plugins/handlers.py
sopel/plugins/jobs.py
sopel/plugins/rules.py
sopel/tests/__init__.py
sopel/tests/factories.py
sopel/tests/mocks.py
sopel/tests/pytest_plugin.py
sopel/tools/__init__.py
sopel/tools/_events.py
sopel/tools/calculation.py
sopel/tools/jobs.py
sopel/tools/target.py
sopel/tools/time.py
sopel/tools/web.py
test/test_bot.py
test/test_config.py
test/test_coretasks.py
test/test_db.py
test/test_formatting.py
test/test_irc.py
test/test_loader.py
test/test_module.py
test/test_plugin.py
test/test_plugins.py
test/test_regression.py
test/test_tools.py
test/test_trigger.py