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/
<Gizmokid2005>
I feel dumb for asking but I am having the brain farts. What do I need to do in order for one plugin to be able to access commands from another? (ie - I want a weather plugin to use the url shortener plugin for its links)
<dominikh>
depends on how you define "use". you can get an instance of the plugin by going through @bot.plugins and #find'ing the right one, based on its class