diff options
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 => [] ); } |
