Add config option for WHO loop interval
This commit is contained in:
@@ -247,7 +247,7 @@ class IRCBot(IRCClient):
|
||||
main.saveConf("masterbuf")
|
||||
lc = LoopingCall(self.getWho, channel)
|
||||
self._getWho[channel] = lc
|
||||
lc.start(60)
|
||||
lc.start(main.config["Tweaks"]["Delays"]["WhoLoop"])
|
||||
|
||||
def left(self, channel, message):
|
||||
if channel in self.channels:
|
||||
|
||||
Reference in New Issue
Block a user