Skip to content

Commit ad532cc

Browse files
authored
Merge pull request #171: Bashbot Version 1.30
Bashbot Version 1.30
2 parents 11daa48 + 5f21fcb commit ad532cc

Some content is hidden

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

75 files changed

+1631
-1231
lines changed

README.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@ <h3>Your very first bashbot in a nutshell</h3>
316316
<pre><code>/start
317317

318318
You are Botadmin
319-
*Available commands*:
320-
*• /start*: _Start bot and get this message_.
321-
*• /help*: _Get this message_.
322-
*• /info*: _Get shorter info message about this bot_....
319+
Available commands:
320+
/start: _Start bot and get this message_.
321+
/help: _Get this message_.
322+
/info: _Get shorter info message about this bot_....
323323

324324
/info
325325

@@ -329,12 +329,12 @@ <h3>Your very first bashbot in a nutshell</h3>
329329
<h3>Log files</h3>
330330
<p>Bashbot actions are logged to <code>BASHBOT.log</code>. Telegram send/receive errors are logged to <code>ERROR.log</code>. Start bashbot in debug mode to see all messages sent to / received from Telegram, as well as bash command error messages.</p>
331331
<p>To enable debug mode, start bashbot with debug as third argument: <code>bashbot start debug</code></p>
332-
<pre><code>├── logs
333-
│   ├── BASHBOT.log # log what your bot is doing ...
334-
│   ├── ERROR.log # connection errors from / to Telegram API
335-
│   │
336-
│   ├── DEBUG.log # stdout/stderr of you bot (debug mode enabled)
337-
│   └── MESSAGE.log # full text of all message send/received (debug mode enabled)</code></pre>
332+
<pre><code>|__ logs
333+
| |__ BASHBOT.log # log what your bot is doing ...
334+
| |__ ERROR.log # connection errors from / to Telegram API
335+
| |
336+
| |__ DEBUG.log # stdout/stderr of you bot (debug mode enabled)
337+
| |__ MESSAGE.log # full text of all message send/received (debug mode enabled)</code></pre>
338338
<hr />
339339
<h2>Security Considerations</h2>
340340
<p>Running a Telegram Bot means it is connected to the public and you never know what's send to your Bot.</p>
@@ -390,6 +390,6 @@ <h3>Blocked by telegram?</h3>
390390
<p>@Gnadelwartz</p>
391391
<h2>That's it all guys!</h2>
392392
<p>If you feel that there's something missing or if you found a bug, feel free to submit a pull request!</p>
393-
<h4>$$VERSION$$ v1.21-0-gc85af77</h4>
393+
<h4>$$VERSION$$ v1.30-0-g3266427</h4>
394394
</body>
395395
</html>

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ Now open the Telegram App on your mobile phone and start a chat with your bot (_
104104
/start
105105
106106
You are Botadmin
107-
*Available commands*:
108-
*• /start*: _Start bot and get this message_.
109-
*• /help*: _Get this message_.
110-
*• /info*: _Get shorter info message about this bot_....
107+
Available commands:
108+
/start: _Start bot and get this message_.
109+
/help: _Get this message_.
110+
/info: _Get shorter info message about this bot_....
111111
112112
/info
113113
@@ -124,12 +124,12 @@ Start bashbot in debug mode to see all messages sent to / received from Telegram
124124
To enable debug mode, start bashbot with debug as third argument: `bashbot start debug`
125125

126126
```
127-
├── logs
128-
│   ├── BASHBOT.log # log what your bot is doing ...
129-
│   ├── ERROR.log # connection errors from / to Telegram API
130-
│   │
131-
│   ├── DEBUG.log # stdout/stderr of you bot (debug mode enabled)
132-
│   └── MESSAGE.log # full text of all message send/received (debug mode enabled)
127+
|__ logs
128+
| |__ BASHBOT.log # log what your bot is doing ...
129+
| |__ ERROR.log # connection errors from / to Telegram API
130+
| |
131+
| |__ DEBUG.log # stdout/stderr of you bot (debug mode enabled)
132+
| |__ MESSAGE.log # full text of all message send/received (debug mode enabled)
133133
```
134134

135135
----
@@ -238,4 +238,4 @@ See `mycommnds.sh.dist` for an example.
238238

239239
If you feel that there's something missing or if you found a bug, feel free to submit a pull request!
240240

241-
#### $$VERSION$$ v1.21-0-gc85af77
241+
#### $$VERSION$$ v1.30-0-g3266427

0 commit comments

Comments
 (0)