Fix a few s/identity/nick/ in user facing messages

This commit is contained in:
moneromooo 2015-01-21 22:00:22 +00:00
parent c48428b0ab
commit e0cd953dd4
3 changed files with 6 additions and 6 deletions

View file

@ -135,8 +135,8 @@ def GetDiceStats(link,cmd):
return
else:
sidentity=identity
ShowDiceStats(link,sidentity,sidentity)
ShowDiceStats(link,"reset:"+sidentity,'%s since reset' % sidentity)
ShowDiceStats(link,sidentity,NickFromIdentity(sidentity))
ShowDiceStats(link,"reset:"+sidentity,'%s since reset' % NickFromIdentity(sidentity))
ShowDiceStats(link,'','overall')
def ResetDiceStats(link,cmd):