mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-26 02:10:39 +01:00
fix SQUIT not respecting autoconnect delay
This commit is contained in:
parent
95853924ad
commit
df595c65a1
@ -19,7 +19,7 @@ def normalizeNick(irc, netname, nick, separator="/"):
|
|||||||
# Block until we know the IRC network's nick length (after capabilities
|
# Block until we know the IRC network's nick length (after capabilities
|
||||||
# are sent)
|
# are sent)
|
||||||
log.debug('(%s) normalizeNick: waiting for irc.connected', irc.name)
|
log.debug('(%s) normalizeNick: waiting for irc.connected', irc.name)
|
||||||
irc.connected.wait()
|
irc.connected.wait(3)
|
||||||
|
|
||||||
orig_nick = nick
|
orig_nick = nick
|
||||||
protoname = irc.proto.__name__
|
protoname = irc.proto.__name__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user