1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 15:55:42 -04:00
perlbuut/plugins/.svn/text-base/reload_plugins.pm.svn-base
2009-12-05 00:02:04 -05:00

14 lines
335 B
Text

sub {
my( $said, $pm ) = @_;
push @{ $said->{special_commands} },
[ pm_reload_plugins => 1 ]
;
print "Attempting to reload plugins...";
}
__DATA__
Attempts to reload all of the plugins in the plugin directory. Has the effect of reloading any changed plugins or adding any new ones that have been added. Typically root only.