Skip Menu |

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

Report information
The Basics
Id: 3253
Status: resolved
Priority: 0/
Queue: Bot-BasicBot-Pluggable

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

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



Subject: connected() not called when loading module
When loading or reloading a module, connected() is not called. So I have to call connected in init, but that ends up doing it twice if the bot is just starting up which is quite useless.
[CINE - Fri Aug 15 09:42:03 2003]: Show quoted text
> When loading or reloading a module, connected() is not called. So I > have to call connected in init, but that ends up doing it twice if the > bot is just starting up which is quite useless.
Well, yes. It's not connecting, it's loading. If you want to do stuff on both load and connect, call a common function from them.