]> git.aero2k.de Git - urlbot-v3.git/commitdiff
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)
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]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)