AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/authors.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/quickstart.rst
docs/tutorial/app.rst
docs/tutorial/bot.rst
docs/tutorial/tutorial.rst
requirements/requirements.txt
requirements/requirements_dev.txt
requirements/requirements_doc.txt
sirbot.slack.egg-info/PKG-INFO
sirbot.slack.egg-info/SOURCES.txt
sirbot.slack.egg-info/dependency_links.txt
sirbot.slack.egg-info/not-zip-safe
sirbot.slack.egg-info/requires.txt
sirbot.slack.egg-info/top_level.txt
sirbot/slack/__init__.py
sirbot/slack/__meta__.py
sirbot/slack/api.py
sirbot/slack/core.py
sirbot/slack/errors.py
sirbot/slack/message.py
sirbot/slack/sync.py
sirbot/slack/wrapper.py
sirbot/slack/database/__init__.py
sirbot/slack/database/sqlite/__init__.py
sirbot/slack/database/sqlite/channel.py
sirbot/slack/database/sqlite/dispatcher.py
sirbot/slack/database/sqlite/group.py
sirbot/slack/database/sqlite/message.py
sirbot/slack/database/sqlite/update.py
sirbot/slack/database/sqlite/user.py
sirbot/slack/dispatcher/__init__.py
sirbot/slack/dispatcher/action.py
sirbot/slack/dispatcher/command.py
sirbot/slack/dispatcher/dispatcher.py
sirbot/slack/dispatcher/event.py
sirbot/slack/dispatcher/message.py
sirbot/slack/store/__init__.py
sirbot/slack/store/channel.py
sirbot/slack/store/group.py
sirbot/slack/store/store.py
sirbot/slack/store/user.py
sirbot/slack/store/message/__init__.py
sirbot/slack/store/message/action.py
sirbot/slack/store/message/attachment.py
sirbot/slack/store/message/command.py
sirbot/slack/store/message/message.py
sirbot/slack/store/message/store.py
tests/test_core.py