]> git.aero2k.de Git - urlbot-v3.git/commit
fix file perms
authorThorsten S <mail@aero2k.de>
Thu, 4 Oct 2018 17:56:58 +0000 (19:56 +0200)
committerThorsten S <mail@aero2k.de>
Thu, 4 Oct 2018 17:56:58 +0000 (19:56 +0200)
commit00c69f0ac56f4990bc761c7d81f018ce8842124b
treec8f45b2909b6001fbfe47c1cffe1c196bba5825c
parent7acfa3e56dacce071a472cf58c98347391f7c5b8
fix file perms
30 files changed:
.gitignore [changed mode: 0755->0644]
distbot/__init__.py [changed mode: 0755->0644]
distbot/bot/__init__.py [changed mode: 0755->0644]
distbot/bot/action_worker.py [changed mode: 0755->0644]
distbot/bot/worker.py [changed mode: 0755->0644]
distbot/common/__init__.py [changed mode: 0755->0644]
distbot/common/action.py [changed mode: 0755->0644]
distbot/common/config.py [changed mode: 0755->0644]
distbot/common/config/local_config.ini.spec [changed mode: 0755->0644]
distbot/common/config/persistent_config.ini.spec [changed mode: 0755->0644]
distbot/common/message.py [changed mode: 0755->0644]
distbot/common/utils.py [changed mode: 0755->0644]
distbot/doc/README.md [changed mode: 0755->0644]
distbot/plugins/__init__.py [changed mode: 0755->0644]
distbot/plugins/basic.py [changed mode: 0755->0644]
distbot/plugins/bofh.py [changed mode: 0755->0644]
distbot/plugins/bots.py [changed mode: 0755->0644]
distbot/plugins/bugtracker.py [changed mode: 0755->0644]
distbot/plugins/extended.py [changed mode: 0755->0644]
distbot/plugins/feeds.py [changed mode: 0755->0644]
distbot/plugins/fun.py [changed mode: 0755->0644]
distbot/plugins/lookup.py [changed mode: 0755->0644]
distbot/plugins/meta.py [changed mode: 0755->0644]
distbot/plugins/morse.py [changed mode: 0755->0644]
distbot/plugins/muc.py [changed mode: 0755->0644]
distbot/plugins/queue_management.py [changed mode: 0755->0644]
distbot/plugins/searx.py [changed mode: 0755->0644]
distbot/plugins/translation.py [changed mode: 0755->0644]
distbot/plugins/url.py [changed mode: 0755->0644]
setup.py [changed mode: 0755->0644]