Update and rename README.txt to README.md

This commit is contained in:
Gordon Shumway 2019-04-14 17:05:59 -04:00 committed by GitHub
parent 39492fb74b
commit 7166f544b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 3 deletions

28
Timebomb/README.md Normal file
View File

@ -0,0 +1,28 @@
Forked from https://github.com/quantumlemur/Supybot-Plugins/tree/master/Timebomb
Python 3 compatible
```
bombsenabled true (enable timebombs on channel)
```
```
timebomb <nick> (bombs <nick>)
```
```
cutwire <color> (cut <color> wire in an attempt to defuse bomb)
```
```
duck (duck if cutwire successful and bomb is tossed back to attacker)
```
```
randombomb (bomb a random target)
```
```
defuse (channel op command to defuse bomb)
```
```
detonate (channel op command to detonate bomb)
```
```
config list plugins.timebomb (get the many config variables for timebomb, too lazy to write it all up)
```

View File

@ -1,3 +0,0 @@
Forked from https://github.com/quantumlemur/Supybot-Plugins/tree/master/Timebomb
Python 3 compatible