diff options
| author | 2007-06-28 23:48:48 +0000 | |
|---|---|---|
| committer | 2007-06-28 23:48:48 +0000 | |
| commit | 6907da0a5da3d45a91c3ac4893e5b890200b27eb (patch) | |
| tree | 5a61df15a30b6d0aefa6c6e72e7eab2d8f03de1f /modules/xml.pl | |
| parent | 638d9eae9e63755e26f9843985597e6f1c7c5f8e (diff) | |
modularized stuff, fixed alert logic, simplified stuff, updated TODO
Diffstat (limited to 'modules/xml.pl')
| -rw-r--r-- | modules/xml.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/xml.pl b/modules/xml.pl index 10158d0..4a4d702 100644 --- a/modules/xml.pl +++ b/modules/xml.pl @@ -13,7 +13,6 @@ sub readXML { GroupTags => { altnicks => 'altnick', server => 'host', autojoins=> 'autojoin' }); $::channels = $::xs1->XMLin( "$p/channels.xml", ForceArray => [qw/event debug info low medium high/] ); $::users = $::xs1->XMLin( "$p/users.xml", ForceArray => 'person' ); - $::xusers = $::users->{person}; $::commands = $::xs1->XMLin( "$p/commands.xml", ForceArray => [qw/command/]); $::mysql = $::xs1->XMLin( "$p/mysql.xml", ForceArray => [] ); } |
