mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-26 13:01:06 -05:00
fix missed :
This commit is contained in:
parent
82424415d4
commit
e64ad0650a
@ -1184,7 +1184,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler):
|
|||||||
if self.registryValue('useColorForAnnounces',channel=channel):
|
if self.registryValue('useColorForAnnounces',channel=channel):
|
||||||
message = '[%s] has %s mode' % (ircutils.bold(channel),toNag)
|
message = '[%s] has %s mode' % (ircutils.bold(channel),toNag)
|
||||||
self._logChan(irc,channel,message)
|
self._logChan(irc,channel,message)
|
||||||
if self.registryValue('announceNagInterval') > 0
|
if self.registryValue('announceNagInterval') > 0:
|
||||||
schedule.addEvent(self.checkNag,time.time()+self.registryValue('announceNagInterval'))
|
schedule.addEvent(self.checkNag,time.time()+self.registryValue('announceNagInterval'))
|
||||||
|
|
||||||
def summary (self,irc,msg,args,channel):
|
def summary (self,irc,msg,args,channel):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user