1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-08 00:15:42 -04:00

Setup alias for the old nfacts plugin

This commit is contained in:
Ryan Voots 2016-12-30 20:44:09 -08:00
parent 24ca3961a5
commit 7a63cc3753

View file

@ -49,7 +49,7 @@ sub new {
command => 1, command => 1,
handler => 1, handler => 1,
}; };
$self->{aliases} = [ qw/fact call/ ]; $self->{aliases} = [ qw/fact call nfacts/ ];
return $self; return $self;
} }