3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-25 20:22:45 +01:00

relay: missing line in initializeChannel

This commit is contained in:
James Lu 2015-07-14 23:29:03 -07:00
parent 3a9df57c39
commit 0918b2f958

View File

@ -179,6 +179,7 @@ def initializeChannel(irc, channel):
log.debug('(%s) initializeChannel: joining our users: %s', irc.name, c.users) log.debug('(%s) initializeChannel: joining our users: %s', irc.name, c.users)
relayJoins(irc, channel, c.users, c.ts, c.modes) relayJoins(irc, channel, c.users, c.ts, c.modes)
remoteirc = utils.networkobjects[relay[0]]
topic = remoteirc.channels[relay[1]].topic topic = remoteirc.channels[relay[1]].topic
# XXX: find a more elegant way to do this # XXX: find a more elegant way to do this
# Only update the topic if it's different from what we already have. # Only update the topic if it's different from what we already have.