Subject: | got_names is never called |
got_names is never called, so if you do $self->bot->names("channel"),
you never get the data back. It appears to be trivial to fix this: just
add "got_names" into dispatchable_events in Bot::BasicBot::Pluggable.
Thanks.