mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Remove old OnIdle implementation that was left over by mistake
This commit is contained in:
parent
fb02c61653
commit
90a6726158
1 changed files with 1 additions and 4 deletions
|
@ -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()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue