Skip to content

Commit 25a33b3

Browse files
committed
Bashbot Version 1.0
1 parent 99217c4 commit 25a33b3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+71
-70
lines changed

README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,6 @@ <h3>Blocked by telegram?</h3>
269269
<p>@Gnadelwartz</p>
270270
<h2>That's it!</h2>
271271
<p>If you feel that there's something missing or if you found a bug, feel free to submit a pull request!</p>
272-
<h4>$$VERSION$$ 0.99-2-gacf9d84</h4>
272+
<h4>$$VERSION$$ v1.0-0-g99217c4</h4>
273273
</body>
274274
</html>

README.md

Lines changed: 1 addition & 1 deletion

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,4 +351,4 @@ wait
351351
If you feel that there's something missing or if you found a bug, feel free to
352352
submit a pull request!
353353

354-
#### $$VERSION$$ 0.99-2-gacf9d84
354+
#### $$VERSION$$ v1.0-0-g99217c4

addons/antiFlood.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# this addon counts how many files, e.g. stickers, are sent to
55
# a chat and takes actions if threshold is reached
66
#
7-
#### $$VERSION$$ 0.99-0-g2775000
7+
#### $$VERSION$$ v1.0-0-g99217c4
88

99
# used events:
1010
#

addons/example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Addons can register to bashbot events at startup
55
# by providing their name and a callback per event
66
#
7-
#### $$VERSION$$ 0.99-0-g2775000
7+
#### $$VERSION$$ v1.0-0-g99217c4
88
#
99
# If an event occurs each registered event function is called.
1010
#

bashbot.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# description: Start or stop telegram-bash-bot
33
#
4-
#### $$VERSION$$ 0.99-0-g2775000
4+
#### $$VERSION$$ v1.0-0-g99217c4
55
# shellcheck disable=SC2009
66
# shellcheck disable=SC2181
77

bashbot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This file is public domain in the USA and all free countries.
1212
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
1313
#
14-
#### $$VERSION$$ 0.99-10-gb9c8dc0
14+
#### $$VERSION$$ v1.0-0-g99217c4
1515
#
1616
# Exit Codes:
1717
# - 0 success (hopefully)

commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file is public domain in the USA and all free countries.
1616
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
1717
#
18-
#### $$VERSION$$ 0.99-5-gaec7345
18+
#### $$VERSION$$ v1.0-0-g99217c4
1919
#
2020

2121
# adjust your language setting here, e.g.when run from other user or cron.

dev/all-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# this has to run once atfer git clone
33
# and every time we create new hooks
4-
#### $$VERSION$$ 0.99-8-g6011444
4+
#### $$VERSION$$ v1.0-0-g99217c4
55

66
# magic to ensure that we're always inside the root of our application,
77
# no matter from which directory we'll run script

dev/git-add.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# works together with git pre-push.sh and ADD all changed files since last push
55

6-
#### $$VERSION$$ 0.99-0-g2775000
6+
#### $$VERSION$$ v1.0-0-g99217c4
77

88
# magic to ensure that we're always inside the root of our application,
99
# no matter from which directory we'll run script

0 commit comments

Comments
 (0)