mirror of
git://git.acid.vegas/IRCP.git
synced 2024-11-22 16:06:41 +00:00
Fixed typo
This commit is contained in:
parent
a2d6213387
commit
2bcdcd5f22
2
ircp.py
2
ircp.py
@ -170,7 +170,7 @@ class probe:
|
||||
'user': settings.username if settings.username else rndnick(),
|
||||
'real': settings.realname if settings.realname else rndnick()
|
||||
}
|
||||
self.nickname = idenity['nick']
|
||||
self.nickname = identity['nick']
|
||||
self.reader, self.writer = await asyncio.wait_for(asyncio.open_connection(**options), throttle.timeout)
|
||||
if not fallback:
|
||||
self.snapshot['ssl'] = True
|
||||
|
Loading…
Reference in New Issue
Block a user