[birthday] fix date saving for other people
This commit is contained in:
parent
c7baf6ecbe
commit
c75d85b88b
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ def parseask(msg):
|
|||
if nick == "my" or nick == "I" or nick == "i" or nick == "je" or nick == "mon" or nick == "ma":
|
||||
nick = msg.nick
|
||||
if nick.lower() in DATAS.index:
|
||||
DATAS.index[msg.nick.lower()]["born"] = extDate
|
||||
DATAS.index[nick.lower()]["born"] = extDate
|
||||
else:
|
||||
ms = ModuleState("birthday")
|
||||
ms.setAttribute("name", nick.lower())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue