From d2a578a75788bdd244523ddcb0d6a236fcfb7986 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Tue, 23 Jun 2020 16:35:50 +0200 Subject: [PATCH] codespell is much better --- README.html | 22 ++++---- README.md | 22 ++++---- README.txt | 26 +++++----- addons/antiFlood.sh | 4 +- addons/example.sh | 12 ++--- bashbot.rc | 4 +- bashbot.sh | 50 +++++++++---------- commands.sh | 8 +-- db.json | 2 +- dev/make-standalone.sh | 4 +- doc/0_install.md | 10 ++-- doc/2_usage.md | 20 ++++---- doc/3_advanced.md | 26 +++++----- doc/4_expert.md | 28 +++++------ doc/5_practice.md | 6 +-- doc/6_reference.md | 46 ++++++++--------- doc/7_develop.md | 42 ++++++++-------- examples/README.md | 8 +-- examples/background-scripts/mycommands.sh | 2 +- examples/background-scripts/run_diskusage.sh | 4 +- .../background-scripts/run_filecontent.sh | 6 +-- examples/background-scripts/run_filename.sh | 4 +- examples/background-scripts/run_notify.sh | 4 +- examples/bashbot-multi.sh | 10 ++-- examples/bashbot.cron | 4 +- examples/calc.sh | 4 +- examples/notify.sh | 4 +- examples/question.sh | 4 +- examples/send-system-status/botacl | 6 +-- examples/send-system-status/mycommands.sh | 4 +- modules/answerInline.sh | 6 +-- modules/background.sh | 6 +-- modules/jsonDB.sh | 34 ++++++------- modules/sendMessage.sh | 4 +- mycommands.sh | 18 +++---- mycommands.sh.clean | 12 ++--- scripts/interactive.sh.clean | 4 +- test/ADD-test-new.sh | 4 +- test/c-init-test.sh | 4 +- test/d-process_inline-test.sh | 6 +-- test/e-env-test.sh | 6 +-- 41 files changed, 250 insertions(+), 250 deletions(-) diff --git a/README.html b/README.html index 2f7f285..90f2a8a 100644 --- a/README.html +++ b/README.html @@ -143,7 +143,7 @@ Written by Drew (@topkecleon), Daniil Gentili (@danogentili), and Kay M (@gnadel
  • jsshDB Bashbot key-value storage
  • Background and Interactive Jobs
  • -
  • Devloper Notes +
  • Developer Notes