PingResponder — Service ping responder

Module to repsond to irc server PING requests. This module requires no configuration

Class Reference

class pyircbot.modules.PingResponder.PingRespondTimer(master)[source]

Bases: threading.Thread

Tracks last ping from server, and reconnects if over a threshold

disable()[source]

Allow the thread to die

reset()[source]

Reset the internal ping timeout counter

run()[source]
class pyircbot.modules.PingResponder.PingResponder(bot, moduleName)[source]

Bases: pyircbot.modulebase.ModuleBase

ondisable()[source]
pingrespond(msg, cmd)[source]

Respond to the PING command

resettimer(msg, cmd)[source]

Resets the connection failure timer