mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Fix a few s/identity/nick/ in user facing messages
This commit is contained in:
parent
c48428b0ab
commit
e0cd953dd4
3 changed files with 6 additions and 6 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue