From cf67f81bd1ce6ecdfdaf8f3f2ec1e7f13956835d Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 22 Jan 2021 00:17:37 +0100 Subject: [PATCH] following camelcase style :) --- {logbot.old => LogBot.old}/README.md | 0 {logbot.old => LogBot.old}/logbot.py | 0 {logbot => LogBot}/README.md | 0 .../__pycache__/templates.cpython-37.pyc | Bin {logbot => LogBot}/avatar.png | Bin {logbot => LogBot}/example/.handles.txt | 0 .../example/Screenshot from 2021-01-11 22-58-22.png | Bin {logbot => LogBot}/example/entries/ieooo.txt | 0 .../soviet-80s-computers-EFcZsx0VUAAZZoC.jpeg | Bin {logbot => LogBot}/example/index.html | 0 {logbot => LogBot}/example/stylesheet.css | 0 {logbot => LogBot}/index.html | 0 {logbot => LogBot}/index.html.j2 | 0 {logbot => LogBot}/logbot.conf | 0 {logbot => LogBot}/logbot.py | 0 {logbot => LogBot}/storage.json | 0 {logbot => LogBot}/stylesheet.css | 0 {streambot => StreamBot}/README.md | 0 {streambot => StreamBot}/avatar.png | Bin {streambot => StreamBot}/streambot.py | 0 {streambot => StreamBot}/streambot.sleekxmpp.py | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename {logbot.old => LogBot.old}/README.md (100%) rename {logbot.old => LogBot.old}/logbot.py (100%) rename {logbot => LogBot}/README.md (100%) rename {logbot => LogBot}/__pycache__/templates.cpython-37.pyc (100%) rename {logbot => LogBot}/avatar.png (100%) rename {logbot => LogBot}/example/.handles.txt (100%) rename {logbot => LogBot}/example/Screenshot from 2021-01-11 22-58-22.png (100%) rename {logbot => LogBot}/example/entries/ieooo.txt (100%) rename {logbot => LogBot}/example/entries/soviet-80s-computers-EFcZsx0VUAAZZoC.jpeg (100%) rename {logbot => LogBot}/example/index.html (100%) rename {logbot => LogBot}/example/stylesheet.css (100%) rename {logbot => LogBot}/index.html (100%) rename {logbot => LogBot}/index.html.j2 (100%) rename {logbot => LogBot}/logbot.conf (100%) rename {logbot => LogBot}/logbot.py (100%) rename {logbot => LogBot}/storage.json (100%) rename {logbot => LogBot}/stylesheet.css (100%) rename {streambot => StreamBot}/README.md (100%) rename {streambot => StreamBot}/avatar.png (100%) rename {streambot => StreamBot}/streambot.py (100%) rename {streambot => StreamBot}/streambot.sleekxmpp.py (100%) diff --git a/logbot.old/README.md b/LogBot.old/README.md similarity index 100% rename from logbot.old/README.md rename to LogBot.old/README.md diff --git a/logbot.old/logbot.py b/LogBot.old/logbot.py similarity index 100% rename from logbot.old/logbot.py rename to LogBot.old/logbot.py diff --git a/logbot/README.md b/LogBot/README.md similarity index 100% rename from logbot/README.md rename to LogBot/README.md diff --git a/logbot/__pycache__/templates.cpython-37.pyc b/LogBot/__pycache__/templates.cpython-37.pyc similarity index 100% rename from logbot/__pycache__/templates.cpython-37.pyc rename to LogBot/__pycache__/templates.cpython-37.pyc diff --git a/logbot/avatar.png b/LogBot/avatar.png similarity index 100% rename from logbot/avatar.png rename to LogBot/avatar.png diff --git a/logbot/example/.handles.txt b/LogBot/example/.handles.txt similarity index 100% rename from logbot/example/.handles.txt rename to LogBot/example/.handles.txt diff --git a/logbot/example/Screenshot from 2021-01-11 22-58-22.png b/LogBot/example/Screenshot from 2021-01-11 22-58-22.png similarity index 100% rename from logbot/example/Screenshot from 2021-01-11 22-58-22.png rename to LogBot/example/Screenshot from 2021-01-11 22-58-22.png diff --git a/logbot/example/entries/ieooo.txt b/LogBot/example/entries/ieooo.txt similarity index 100% rename from logbot/example/entries/ieooo.txt rename to LogBot/example/entries/ieooo.txt diff --git a/logbot/example/entries/soviet-80s-computers-EFcZsx0VUAAZZoC.jpeg b/LogBot/example/entries/soviet-80s-computers-EFcZsx0VUAAZZoC.jpeg similarity index 100% rename from logbot/example/entries/soviet-80s-computers-EFcZsx0VUAAZZoC.jpeg rename to LogBot/example/entries/soviet-80s-computers-EFcZsx0VUAAZZoC.jpeg diff --git a/logbot/example/index.html b/LogBot/example/index.html similarity index 100% rename from logbot/example/index.html rename to LogBot/example/index.html diff --git a/logbot/example/stylesheet.css b/LogBot/example/stylesheet.css similarity index 100% rename from logbot/example/stylesheet.css rename to LogBot/example/stylesheet.css diff --git a/logbot/index.html b/LogBot/index.html similarity index 100% rename from logbot/index.html rename to LogBot/index.html diff --git a/logbot/index.html.j2 b/LogBot/index.html.j2 similarity index 100% rename from logbot/index.html.j2 rename to LogBot/index.html.j2 diff --git a/logbot/logbot.conf b/LogBot/logbot.conf similarity index 100% rename from logbot/logbot.conf rename to LogBot/logbot.conf diff --git a/logbot/logbot.py b/LogBot/logbot.py similarity index 100% rename from logbot/logbot.py rename to LogBot/logbot.py diff --git a/logbot/storage.json b/LogBot/storage.json similarity index 100% rename from logbot/storage.json rename to LogBot/storage.json diff --git a/logbot/stylesheet.css b/LogBot/stylesheet.css similarity index 100% rename from logbot/stylesheet.css rename to LogBot/stylesheet.css diff --git a/streambot/README.md b/StreamBot/README.md similarity index 100% rename from streambot/README.md rename to StreamBot/README.md diff --git a/streambot/avatar.png b/StreamBot/avatar.png similarity index 100% rename from streambot/avatar.png rename to StreamBot/avatar.png diff --git a/streambot/streambot.py b/StreamBot/streambot.py similarity index 100% rename from streambot/streambot.py rename to StreamBot/streambot.py diff --git a/streambot/streambot.sleekxmpp.py b/StreamBot/streambot.sleekxmpp.py similarity index 100% rename from streambot/streambot.sleekxmpp.py rename to StreamBot/streambot.sleekxmpp.py