mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-24 19:52:53 +01:00
relay: missing line in initializeChannel
This commit is contained in:
parent
3a9df57c39
commit
0918b2f958
@ -179,6 +179,7 @@ def initializeChannel(irc, channel):
|
||||
|
||||
log.debug('(%s) initializeChannel: joining our users: %s', irc.name, c.users)
|
||||
relayJoins(irc, channel, c.users, c.ts, c.modes)
|
||||
remoteirc = utils.networkobjects[relay[0]]
|
||||
topic = remoteirc.channels[relay[1]].topic
|
||||
# XXX: find a more elegant way to do this
|
||||
# Only update the topic if it's different from what we already have.
|
||||
|
Loading…
Reference in New Issue
Block a user