diff options
| author | 2016-01-14 13:56:55 -0700 | |
|---|---|---|
| committer | 2016-01-14 13:56:55 -0700 | |
| commit | cca3bcc2cf7e0b7bd8d365aa77ae75716bdbcf6e (patch) | |
| tree | c2c9dd8d1630968ce117e7c6c016a1f04af11470 /lib/ASM/XML.pm | |
| parent | 84fea950fd61b14fd89888346ba09e3e93af6f45 (diff) | |
Remove commands.xml, move everything kinda-nicely into the main Commander module.
Diffstat (limited to 'lib/ASM/XML.pm')
| -rw-r--r-- | lib/ASM/XML.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ASM/XML.pm b/lib/ASM/XML.pm index 15ec811..d464847 100644 --- a/lib/ASM/XML.pm +++ b/lib/ASM/XML.pm @@ -17,7 +17,6 @@ sub readXML { autojoins => 'autojoin' }); $::channels = $::xs1->XMLin( "$p/channels.xml", ForceArray => \@fchan ); $::users = $::xs1->XMLin( "$p/users.xml", ForceArray => 'person'); - $::commands = $::xs1->XMLin( "$p/commands.xml", ForceArray => [qw/command/]); $::mysql = $::xs1->XMLin( "$p/mysql.xml", ForceArray => ['ident', 'geco'], 'GroupTags' => { ignoredidents => 'ident', ignoredgecos => 'geco' }); $::dnsbl = $::xs1->XMLin( "$p/dnsbl.xml", ForceArray => []); @@ -33,7 +32,6 @@ sub writeXML { writeRestrictions(); writeBlacklist(); writeMysql(); -# $::xs1->XMLout($::commands, RootName => 'commands', KeyAttr => ['id']) > io("$::cset/commands.xml"); } sub writeMysql { |
