Skip Menu |

This queue is for tickets about the Bot-BasicBot-Pluggable CPAN distribution.

Report information
The Basics
Id: 3280
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: Bot-BasicBot-Pluggable

People
Owner: MDOM [...] cpan.org
Requestors: davh [...] davh.dk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.05
Fixed in: (no value)



Subject: Join.pm does not update $self->{Bot}->{channels}
$self->{Bot}->{channels} seem to be the easiest way of detecting which channels the bot is currently on, but Join.pm does not update it. Neither does it actually keep track of if the join was succesfull, rfc, says we get a list of names and a topic reply on a join...
Hello! Show quoted text
> $self->{Bot}->{channels} seem to be the easiest way of detecting which > channels the bot is currently on, but Join.pm does not update it. > Neither does it actually keep track of if the join was succesfull, > rfc, says we get a list of names and a topic reply on a join...
Thanks for the bug report. Join.pm now uses $self->bot->channel to keep track which channels the bot joined, so we are in sync and check if we really have entered the channel. Please check our git repository for the latest changes. This bug fix will become part of the next release. Best whishes, Mario