Remove some old code in rainactive

This commit is contained in:
moneromooo 2014-12-31 15:06:40 +00:00
parent 9d4895c8d4
commit 4ac5dc07dc
1 changed files with 0 additions and 4 deletions

View File

@ -209,10 +209,6 @@ def RainActive(nick,chan,cmd):
SendTo(chan, "Nobody eligible for rain")
return
# if units < users:
# SendTo(chan, "This would mean not even an atomic unit per nick")
# return
pipe = redis_pipeline()
pipe.hincrby("balances",nick,-units)
rained_units = 0