Vitor Luis ca21f5c5c1 Give some help to the users on how to defuse the bomb (#4)
* Update plugin.py

Add an explanation on what command to use to try to defuse the bomb.
I'm getting the command char directly from the config, which might not be a good idea since we can have multiple chars

* Update plugin.py

Add an explanation on what command to use to try to defuse the bomb.
I'm getting the first command char directly from the config (assuming that we have one)

* Update plugin.py

Merge proposal:
Add an explanation on what command to use to try to defuse the bomb.
I'm getting the first command char directly from the config (assuming that we have one)
2019-11-01 18:07:41 -04:00
..
2019-04-14 17:23:40 -04:00
2019-04-14 17:23:40 -04:00
2019-04-14 17:23:40 -04:00
2019-04-14 17:23:40 -04:00

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)