Variable Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
$admin
B
$bot
%bot_background_activity, Bot
%botConfig, Configs
$botname, Configs
C
%client_start_time, Bot
$conferenceServer, Configs
 Configuration Variables, Configs
%connection_hash, Bot
%connection_session_id, Bot
D
$desc, Help
$description, Say
%descriptions, Plugins
E
$enableLogging, Configs
@EXPORT
F
%forum_join_grace, Bot
%forum_join_time, Bot
%forums, Configs
%forums_and_responses, Bot
I
@idlefunctions, Plugins
%ignore_messages, Bot
J
%jabber_client, Bot
@jokes, Jokes
K
@keywords, Configs
L
$logfile, Configs
%loop_sleep_time, Bot
M
%max_message_size, Bot
%max_messages_per_hour, Bot
%message_delay, Bot
%message_function, Bot
%messages_sent_today, Bot
O
$ownConferenceOnly, Configs
P
 Plugin Hashes, Plugins
%plugins, Plugins
%process_timeout, Bot
S
%safety_mode, Bot
%shortDescriptions, Plugins
V
$VERSION, Bot
JID of admin
my $admin
Name of admin user
my $bot
Object of Net::Jabber::Bot class
my %bot_background_activity : ATTR
Configuration hash for Net::Jabber::Bot
Name of the Bot
my %client_start_time :ATTR
URL of own conference server
my %connection_hash : ATTR
my %connection_session_id : ATTR
my $desc
my $description
Hash of plugins with key=command and value=description of plugin for help command
1 to enable logging in $logfile
our @EXPORT
our @EXPORT
my %forum_join_grace: ATTR
my %forum_join_time : ATTR
Hash of MUCs to connect to with a reference to a list of Strings to react to.
my %forums_and_responses: ATTR
List of refereces to idlefunctions of plugins (this function gets called every 15 seconds)
my %ignore_messages : ATTR
my %jabber_client : ATTR
my @jokes
List of Strings to react to in MUC (empty string means: react to everything)
Name of file to log conversations
my %loop_sleep_time : ATTR
my %max_message_size: ATTR
my %max_messages_per_hour: ATTR
my %message_delay: ATTR
my %message_function : ATTR
my %messages_sent_today: ATTR
1 to restrict access to own confernece server.
Hash of plugins with key=command and value=reference to function in plugin
my %process_timeout : ATTR
my %safety_mode: ATTR
Hash of plugins with key=command and value=shortdescription of plugin to give a short description for each plugin at the help command
our $VERSION
Close