diff options
| author | 2016-01-14 13:56:55 -0700 | |
|---|---|---|
| committer | 2016-01-14 13:56:55 -0700 | |
| commit | cca3bcc2cf7e0b7bd8d365aa77ae75716bdbcf6e (patch) | |
| tree | c2c9dd8d1630968ce117e7c6c016a1f04af11470 /meta.pl | |
| parent | 84fea950fd61b14fd89888346ba09e3e93af6f45 (diff) | |
Remove commands.xml, move everything kinda-nicely into the main Commander module.
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ sub init { $::wordlist{lc $item} = 1; } $::fm = File::Monitor->new(); - foreach my $file ("channels", "commands", "dnsbl", "mysql", "restrictions", "rules", "settings", "users", "blacklist") { + foreach my $file ("channels", "dnsbl", "mysql", "restrictions", "rules", "settings", "users", "blacklist") { $::fm->watch("./" . $::cset . '/' . $file . ".xml"); } $::fm->scan(); |
