{ package Irssi::Nick; } # Keeps trying to look for this package but for some reason it doesn't get loaded.
-our $VERSION = '2.0';
+our $VERSION = '2.0.1';
our %IRSSI = (
authors => 'aquanight',
contact => 'aquanight@gmail.com',
my $command = $data;
if (exists $alias_packages{$command}) {
destroy_alias_package $command;
- Irssi::printforFix the mat(MSGLEVEL_CLIENTNOTICE, perlalias_removed => $command);
+ Irssi::printformat(MSGLEVEL_CLIENTNOTICE, perlalias_removed => $command);
}
else {
Irssi::printformat(MSGLEVEL_CLIENTERROR, perlalias_not_found => $command);