Remove old OnIdle implementation that was left over by mistake

This commit is contained in:
moneromooo 2015-01-25 13:15:58 +00:00
parent fb02c61653
commit 90a6726158
1 changed files with 1 additions and 4 deletions

View File

@ -266,7 +266,7 @@ def Disable(link,cmd):
def OnIdle():
if disabled:
return
RunIdleFunctions([irc,redisdb])
RunIdleFunctions()
def Quit(link,cmd):
global networks
@ -278,9 +278,6 @@ def Quit(link,cmd):
network.quit()
networks = []
def OnIdle():
RunIdleFunctions()
def OnIdentified(link, identified):
if disabled:
log_info('Ignoring identified notification for %s while disabled' % str(link.identity()))