-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e66a28
commit 36d8604
Showing
84 changed files
with
85 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ USAGE='any_command.sh [-h|--help] [--force|--reference] bot_command args ...' | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 30.01.2021 10:24 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 18.12.2020 12:27 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
############ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 27.01.2021 13:42 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
# shellcheck disable=SC2059 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ USAGE='bashbot_stats.sh [-h|--help] [debug]' | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 23.12.2020 20:34 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
# set bashbot environment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ USAGE='delete_message.sh [-h|--help] "CHAT[ID]" "MESSAGE[ID]" [debug]' | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 03.01.2021 15:37 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ USAGE='send_message.sh [-h|--help] "CHAT[ID]" "MESSAGE[ID]" "text|url" ...' | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 21.01.2021 08:10 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ USAGE='send_edit_message.sh [-h|--help] [format|caption] "CHAT[ID]" "MESSAGE[ID] | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 23.12.2020 16:52 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ USAGE='kickban_user.sh [-h|--help] [-u|--unban] "CHAT[ID]" "USER[ID]" [debug]' | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 25.01.2021 20:34 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ USAGE='process_batch.sh [-h|--help] [-s|--startbot] [-w|--watch] [-n|--lines n] | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 27.02.2021 13:14 | ||
# | ||
#### $$VERSION$$ v1.51-dev-22-g45efa80 | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ USAGE='process_update.sh [-h|--help] [debug] [<file]' | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 30.01.2021 19:14 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ USAGE='promote_user.sh [-h|--help] "CHAT[ID]" "USER[ID]" "right[:true|false]" .. | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 25.01.2021 22:34 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ USAGE='broadcast_message.sh [-h|--help] [--doit] [--groups|--both|--db=file] [fo | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 16.12.2020 16:14 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ USAGE='send_message.sh [-h|--help] "CHAT[ID]" "message" "text|url" ...' | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 18.01.2021 11:34 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ USAGE='send_dice.sh [-h|--help] "CHAT[ID]" "emoji" [debug]' | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 07.02.2021 18:45 | ||
# | ||
#### $$VERSION$$ v1.51-dev-1-g99950e6 | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ USAGE='send_file.sh [-h|--help] "CHAT[ID]" "file|URL" "caption ...." [type] [deb | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 25.12.2020 20:24 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ USAGE='send_message.sh [-h|--help] [format] "CHAT[ID]" "message ...." [debug]' | |
# AUTHOR: KayM (gnadelwartz), [email protected] | ||
# CREATED: 16.12.2020 11:34 | ||
# | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
#=============================================================================== | ||
|
||
#### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# list of additional files to check from shellcheck | ||
#### $$VERSION$$ v1.5-0-g8adca9b | ||
#### $$VERSION$$ v1.51-0-g6e66a28 | ||
bashbot.rc | ||
mycommands.conf | ||
mycommands.sh.clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.