1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

print() fix

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2651 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-04-01 18:57:40 +00:00 committed by cras
parent 0b232291ef
commit 980f3b01c5

View File

@ -120,7 +120,9 @@ sub EXPORT_ALL () {
push @EXPORT_OK, $_ if /[a-z]/ && defined *{$_}{CODE};
}
}
select CLIENTCRAP;
tie *DEFAULT, __PACKAGE__, MSGLEVEL_CLIENTCRAP();
select DEFAULT;
}
sub in_irssi {