| zbot.pl | |
| Variables | |
| $bot | Object of Net::Jabber::Bot class |
| Functions | |
| backgroundChecks | Is called in regular intervals defined at Configs “loop_sleep_time” in seconds (standard 15 seconds) |
| newMessage | Is called when Bot gets a message Should react on message, call plugins and answer |
| init | Is called at startup. |
Object of Net::Jabber::Bot class
my $bot
Is called in regular intervals defined at Configs “loop_sleep_time” in seconds (standard 15 seconds)
sub backgroundChecks
Is called when Bot gets a message Should react on message, call plugins and answer
sub newMessage
Is called at startup.
sub init