.gitignore
.mailmap
.pylintrc
AUTHORS
LICENSE
README
run_tests.py
setup.py
docs/Makefile
docs/conf.py
docs/github.rst
docs/guidelines.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/plugins.rst
docs/pyhole.rst
docs/tests.rst
docs/writing.rst
irc_pyhole.egg-info/PKG-INFO
irc_pyhole.egg-info/SOURCES.txt
irc_pyhole.egg-info/dependency_links.txt
irc_pyhole.egg-info/entry_points.txt
irc_pyhole.egg-info/requires.txt
irc_pyhole.egg-info/top_level.txt
pyhole/__init__.py
pyhole/config.py
pyhole/irc.py
pyhole/irclib.py
pyhole/log.py
pyhole/plugin.py
pyhole/utils.py
pyhole/version.py
pyhole/plugins/__init__.py
pyhole/plugins/admin.py
pyhole/plugins/calculator.py
pyhole/plugins/kernel.py
pyhole/plugins/launchpad.py
pyhole/plugins/redmine.py
pyhole/plugins/search.py
pyhole/plugins/urls.py
pyhole/plugins/versionone.py
pyhole/plugins/weather.py
tests/__init__.py
tests/test_config.py
tests/test_irc.py
tests/test_log.py
tests/test_utils.py
tests/test_version.py
tools/generate_authors.sh
tools/pip-requires
tools/remove_pycs.sh
tools/run_pyhole.sh
tools/run_tests.sh