alexames / DeltaBot

GNU General Public License v3.0
65 stars 18 forks source link

Update deltabot.py #40

Closed Chillee closed 10 years ago

Chillee commented 10 years ago

Previously, the program only scanned whether the current line contained a quote. I modified it so that it sets a bool to true once a quote has been reached. Once it reaches a line with nothing but a newline, it sets the bool back to false.

I haven't tested it(don't know how), but I think it should work.