mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
user: add ident
This commit is contained in:
parent
c8470260f0
commit
79bc336ebb
1 changed files with 2 additions and 1 deletions
|
@ -10,9 +10,10 @@
|
|||
#
|
||||
|
||||
class User:
|
||||
def __init__(self,network,nick):
|
||||
def __init__(self,network,nick,ident=None):
|
||||
self.network=network
|
||||
self.nick=nick
|
||||
self.ident=ident
|
||||
|
||||
def check_registered(self):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue