cinchrb / cinch

The IRC Bot Building Framework
http://www.rubydoc.info/gems/cinch
MIT License
1k stars 180 forks source link

Execute Bot#configure in the Callback instance #85

Open dominikh opened 12 years ago

dominikh commented 12 years ago

We used to do this and not doing it breaks instance variable initialization for on handlers.

causal-agent commented 12 years ago

:+1:

Workarounds for now?

dominikh commented 12 years ago

Use the plugin architecture instead of plain on handlers. The latter were always supposed for very basic things, not necessarily things that have state.

dominikh commented 10 years ago

This cannot be fixed before Cinch 3.0, because changing it breaks backwards compatibility.