X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=Dispatcher.pm;h=a96c32e164843fda69c1998d5b18abad2f89fa4f;hp=8d7ffe9843893ba2768cced2fd149a8becec64c5;hb=a4667cce6415476312d6932f92f89fb28101ab88;hpb=4c40fd39668614135ae9370092b5d17355bad15c diff --git a/Dispatcher.pm b/Dispatcher.pm index 8d7ffe9..a96c32e 100644 --- a/Dispatcher.pm +++ b/Dispatcher.pm @@ -54,7 +54,7 @@ sub load { warn "couldn't do $file: $!" if $!; warn "couldn't run $file" unless $return; }else { - print "Loading $class\n"; + say "\nLoading $class"; $self->load_class($class); } @@ -68,7 +68,7 @@ sub load_class { for my $c (@subs){ my $attr = eval "$class->meta->get_method('$c')->attributes"; if (@$attr){ - print "Command: $c"; + print "Command: $c "; my %c = (channels => ['all']); my @aliases; for (@{$attr}){