From 4ac5dc07dce230336702053efef90bd6fcb4d173 Mon Sep 17 00:00:00 2001 From: moneromooo Date: Wed, 31 Dec 2014 15:06:40 +0000 Subject: [PATCH] Remove some old code in rainactive --- tipbot/modules/tipping.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tipbot/modules/tipping.py b/tipbot/modules/tipping.py index 10815e6..958afbb 100644 --- a/tipbot/modules/tipping.py +++ b/tipbot/modules/tipping.py @@ -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