dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.3.1 | You're being logged at https://irclog.whitequark.org/cinch/
moeSizlak has joined #cinch
<moeSizlak> how can i get a reference to the current Bot or Timer from within a method that is called when a Timer activates?
<craysiii> I create a BotManager type class and store bot instances in a hash using the channel name as the key
<craysiii> don't know if thats the best way, but it worked for me
<dominikh> instances of plugins have a @bot instance variable.
<craysiii> thats cool, didn't see that before.