Changeset 1325
- Timestamp:
- 08/15/06 19:37:33
- Files:
-
- trunk/plagger/bin/plagger-ircbot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/bin/plagger-ircbot
r1045 r1325 3 3 use strict; 4 4 5 use Plagger; 5 6 use FindBin; 6 7 use Getopt::Long; … … 25 26 26 27 my $config_yaml = YAML::LoadFile($path); 28 29 # temp hack to allow include/recipes 30 Plagger::load_include(undef, $config_yaml); 31 Plagger::load_recipes(undef, $config_yaml); 27 32 my $plugin = first { $_->{module} eq 'Notify::IRC' } @{ $config_yaml->{plugins} } 28 33 or die "Can't find Notify::IRC config in $path";
