tardisx / collabircate

Collaboration tool
http://collabircate.eatmorecode.com
5 stars 0 forks source link

Can't use an undefined value as an ARRAY reference at bin/irc_bot.pl line 382. #14

Open tardisx opened 14 years ago

tardisx commented 14 years ago

Which is:

sub whois {
    my $info = $_[ARG0];
    my @channels = @{ $info->{channels} };

Something to do with whois of users not on a channel I guess..