mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
ServiceBot: fix ce77f2cbd4
This commit is contained in:
parent
62aea23879
commit
a3df47e88e
2
utils.py
2
utils.py
@ -277,7 +277,7 @@ class ServiceBot():
|
|||||||
try:
|
try:
|
||||||
irc = world.networkobjects[netname]
|
irc = world.networkobjects[netname]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
log.debug('(%s/%s) Skipping join(), IRC object not initialized yet', irc.name, self.name)
|
log.debug('(%s/%s) Skipping join(), IRC object not initialized yet', netname, self.name)
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user