X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Xchat%2FXPI%2FUtils.pm;h=82699db9ca405de9aa5b76e71e7b98ccc655524a;hb=bc7fad34cd01ea436368b5e099cede0aa17abab6;hp=1333adc91a229c8f78013a401c7de93b39d7a76f;hpb=690f861ecaaacb8fd32387e49693def478a0e931;p=perl%2Fscripts%2Fxchat.git diff --git a/Xchat/XPI/Utils.pm b/Xchat/XPI/Utils.pm index 1333adc..82699db 100644 --- a/Xchat/XPI/Utils.pm +++ b/Xchat/XPI/Utils.pm @@ -23,11 +23,11 @@ sub dye_nick { return sprintf "\003%d%s", $rcolors[$col % @rcolors], $nick; } -use base qw; - +use base qw; + our @EXPORT = (); our %EXPORT_TAGS = ('funcs' => [ qw ]); our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS; $EXPORT_TAGS{'all'} = [ @EXPORT_OK ]; - + 1;