mirror of
git://git.acid.vegas/archive.git
synced 2024-11-14 12:16:40 +00:00
acidvegas is a skid
This commit is contained in:
parent
6b6d199ccf
commit
ca2fb50ea1
@ -90,7 +90,7 @@ class Bot():
|
||||
'family' : 10 if connection.ipv6 else 2,
|
||||
'local_addr' : connection.vhost
|
||||
}
|
||||
self.reader, self.writer = await asyncio.wait_for(asyncio.open_connection(**options), 30)
|
||||
self.reader, self.writer = await asyncio.wait_for(asyncio.open_connection(**options), 300)
|
||||
await self.raw(f'USER {identity.username} 0 * :{identity.realname}')
|
||||
await self.raw('NICK ' + identity.nickname)
|
||||
except Exception as ex:
|
||||
|
Loading…
Reference in New Issue
Block a user