LICENSE
README.rst
pyproject.toml
src/earwigbot/__init__.py
src/earwigbot/bot.py
src/earwigbot/cli.py
src/earwigbot/exceptions.py
src/earwigbot/managers.py
src/earwigbot.egg-info/PKG-INFO
src/earwigbot.egg-info/SOURCES.txt
src/earwigbot.egg-info/dependency_links.txt
src/earwigbot.egg-info/entry_points.txt
src/earwigbot.egg-info/requires.txt
src/earwigbot.egg-info/top_level.txt
src/earwigbot/commands/__init__.py
src/earwigbot/commands/access.py
src/earwigbot/commands/calc.py
src/earwigbot/commands/chanops.py
src/earwigbot/commands/cidr.py
src/earwigbot/commands/crypt.py
src/earwigbot/commands/ctcp.py
src/earwigbot/commands/dictionary.py
src/earwigbot/commands/editcount.py
src/earwigbot/commands/help.py
src/earwigbot/commands/lag.py
src/earwigbot/commands/langcode.py
src/earwigbot/commands/link.py
src/earwigbot/commands/notes.py
src/earwigbot/commands/quit.py
src/earwigbot/commands/registration.py
src/earwigbot/commands/remind.py
src/earwigbot/commands/rights.py
src/earwigbot/commands/stalk.py
src/earwigbot/commands/test.py
src/earwigbot/commands/threads.py
src/earwigbot/commands/time_command.py
src/earwigbot/commands/trout.py
src/earwigbot/commands/watchers.py
src/earwigbot/config/__init__.py
src/earwigbot/config/formatter.py
src/earwigbot/config/node.py
src/earwigbot/config/permissions.py
src/earwigbot/config/script.py
src/earwigbot/irc/__init__.py
src/earwigbot/irc/connection.py
src/earwigbot/irc/data.py
src/earwigbot/irc/frontend.py
src/earwigbot/irc/rc.py
src/earwigbot/irc/watcher.py
src/earwigbot/tasks/__init__.py
src/earwigbot/tasks/wikiproject_tagger.py
src/earwigbot/wiki/__init__.py
src/earwigbot/wiki/category.py
src/earwigbot/wiki/constants.py
src/earwigbot/wiki/page.py
src/earwigbot/wiki/site.py
src/earwigbot/wiki/sitesdb.py
src/earwigbot/wiki/user.py
src/earwigbot/wiki/copyvios/__init__.py
src/earwigbot/wiki/copyvios/exclusions.py
src/earwigbot/wiki/copyvios/markov.py
src/earwigbot/wiki/copyvios/parsers.py
src/earwigbot/wiki/copyvios/result.py
src/earwigbot/wiki/copyvios/search.py
src/earwigbot/wiki/copyvios/workers.py
tests/test_calc.py
tests/test_test.py