rain: fix bug in small rain user enumeration

This commit is contained in:
moneromooo 2015-02-14 15:30:49 +00:00
parent 571b70a865
commit 8bd6ae714c
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ def Rain(link,cmd):
a = GetAccount(user)
pipe.hincrby("balances",a,user_units)
if enumerate_users:
msg = msg + " " + NickFromIdentity(user)
msg = msg + " " + NickFromIdentity(user.identity())
pipe.execute()
link.send("%s" % msg)