mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
relay: typo in comment
This commit is contained in:
parent
504a9be7d6
commit
e966fe7e56
@ -339,7 +339,7 @@ def getRemoteUser(irc, remoteirc, user, spawnIfMissing=True):
|
||||
Gets the UID of the relay client requested on the target network (remoteirc),
|
||||
spawning one if it doesn't exist and spawnIfMissing is True."""
|
||||
|
||||
# Wait until both the network is working before trying to spawn anything.
|
||||
# Wait until the network is working before trying to spawn anything.
|
||||
log.debug('(%s) getRemoteUser: waiting for irc.connected', irc.name)
|
||||
irc.connected.wait()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user