]> git.aero2k.de Git - urlbot-v3.git/commit
init (playing squash like a pro)
authorThorsten S <mail@aero2k.de>
Wed, 3 Oct 2018 15:23:26 +0000 (17:23 +0200)
committerThorsten S <mail@aero2k.de>
Wed, 3 Oct 2018 15:39:54 +0000 (17:39 +0200)
commitaab637dfe944239a78986b3ac137a7651e248b47
tree21b7c3046b553fb449ba1a905761390392da4b24
init (playing squash like a pro)
32 files changed:
.gitignore [new file with mode: 0755]
distbot/__init__.py [new file with mode: 0755]
distbot/bot/__init__.py [new file with mode: 0755]
distbot/bot/action_worker.py [new file with mode: 0755]
distbot/bot/bot.py [new file with mode: 0755]
distbot/bot/worker.py [new file with mode: 0755]
distbot/common/__init__.py [new file with mode: 0755]
distbot/common/action.py [new file with mode: 0755]
distbot/common/config.py [new file with mode: 0755]
distbot/common/config/local_config.ini.spec [new file with mode: 0755]
distbot/common/config/persistent_config.ini.spec [new file with mode: 0755]
distbot/common/message.py [new file with mode: 0755]
distbot/common/utils.py [new file with mode: 0755]
distbot/doc/README.md [new file with mode: 0755]
distbot/plugins/__init__.py [new file with mode: 0755]
distbot/plugins/basic.py [new file with mode: 0755]
distbot/plugins/bofh.py [new file with mode: 0755]
distbot/plugins/bots.py [new file with mode: 0755]
distbot/plugins/bugtracker.py [new file with mode: 0755]
distbot/plugins/extended.py [new file with mode: 0755]
distbot/plugins/feeds.py [new file with mode: 0755]
distbot/plugins/fun.py [new file with mode: 0755]
distbot/plugins/lookup.py [new file with mode: 0755]
distbot/plugins/meta.py [new file with mode: 0755]
distbot/plugins/morse.py [new file with mode: 0755]
distbot/plugins/muc.py [new file with mode: 0755]
distbot/plugins/plugin_help.py [new file with mode: 0755]
distbot/plugins/queue_management.py [new file with mode: 0755]
distbot/plugins/searx.py [new file with mode: 0755]
distbot/plugins/translation.py [new file with mode: 0755]
distbot/plugins/url.py [new file with mode: 0755]
setup.py [new file with mode: 0755]