fix missed :

This commit is contained in:
Nicolas Coevoet 2014-11-28 09:39:13 +01:00
parent 82424415d4
commit e64ad0650a

View File

@ -1184,7 +1184,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler):
if self.registryValue('useColorForAnnounces',channel=channel):
message = '[%s] has %s mode' % (ircutils.bold(channel),toNag)
self._logChan(irc,channel,message)
if self.registryValue('announceNagInterval') > 0
if self.registryValue('announceNagInterval') > 0:
schedule.addEvent(self.checkNag,time.time()+self.registryValue('announceNagInterval'))
def summary (self,irc,msg,args,channel):