mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
RainActive: aesthetic message fixes
This commit is contained in:
parent
1925f1e704
commit
92bf49a4c4
1 changed files with 2 additions and 2 deletions
|
@ -284,8 +284,8 @@ def RainActive(link,cmd):
|
||||||
return
|
return
|
||||||
|
|
||||||
pipe.execute()
|
pipe.execute()
|
||||||
log_info("%s rained %s - %s (total %s, acc %s) on the %d nicks active in the last %s hours" % (identity, AmountToString(minu), AmountToString(maxu), AmountToString(units), AmountToString(rained_units), nnicks, TimeToString(seconds)))
|
log_info("%s rained %s - %s (total %s, acc %s) on the %d nicks active in the last %s" % (identity, AmountToString(minu), AmountToString(maxu), AmountToString(units), AmountToString(rained_units), nnicks, TimeToString(seconds)))
|
||||||
link.send("%s rained %s - %s on the %d nicks active in the last %s hours" % (identity, AmountToString(minu), AmountToString(maxu), nnicks, TimeToString(seconds)))
|
link.send("%s rained %s - %s on the %d nicks active in the last %s" % (link.user.nick, AmountToString(minu), AmountToString(maxu), nnicks, TimeToString(seconds)))
|
||||||
|
|
||||||
except Exception,e:
|
except Exception,e:
|
||||||
log_error('Rain: exception: %s' % str(e))
|
log_error('Rain: exception: %s' % str(e))
|
||||||
|
|
Loading…
Reference in a new issue