Make sure we don't try to rain on nobody if the no-rain list is thick

master
moneromooo 10 years ago
parent 55981cf192
commit 9464decc86

@ -308,6 +308,9 @@ def Rain(nick,data):
everyone = True
else:
everyone = False
if users == 0:
SendTo(sendto, "Nobody eligible for rain")
return
if units < users:
SendTo(sendto, "This would mean not even a tacoshi per nick")
return

Loading…
Cancel
Save