diff --git a/Timebomb/README.md b/Timebomb/README.md new file mode 100644 index 0000000..cab29bc --- /dev/null +++ b/Timebomb/README.md @@ -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 (bombs ) +``` +``` +cutwire (cut 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) +``` diff --git a/Timebomb/README.txt b/Timebomb/README.txt deleted file mode 100644 index ef65c8a..0000000 --- a/Timebomb/README.txt +++ /dev/null @@ -1,3 +0,0 @@ -Forked from https://github.com/quantumlemur/Supybot-Plugins/tree/master/Timebomb - -Python 3 compatible