mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Remove some old code in rainactive
This commit is contained in:
parent
9d4895c8d4
commit
4ac5dc07dc
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue