Added auto-reconnect on ping timeout

This commit is contained in:
Diego Martínez
2013-01-08 13:50:47 -02:00
parent 10afaf5783
commit 7caf0dc25f
8 changed files with 80 additions and 21 deletions

View File

@ -43,11 +43,11 @@ local icallbacks = {
ctcp_version = {},
}
local requestinfo = {whois = {}}
local handlers = {}
local ctcp_handlers = {}
local user_handlers = {}
local serverinfo = {}
local ip = nil
handlers = {}
ctcp_handlers = {}
user_handlers = {}
serverinfo = {}
ip = nil
-- }}}
-- defaults {{{