no more empty handed smokes

This commit is contained in:
delorean 2024-04-29 10:50:03 -05:00
parent 6468bba8a5
commit 8b7fce6e41

View File

@ -440,7 +440,7 @@ class Bot():
self.nicks.append(nick)
await self.sendmsg(chan, color(nick + ' joined the TOKE session!', light_green))
else:
if self.stats['hits'] <= 0:
if self.stats['hits'] <= 1:
self.stats['hits'] = 25
self.stats[option] += 1
if self.fat: