cinchrb / cinch

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

Feature: plugins responding to limited channels #20

Closed PerfectlyNormal closed 14 years ago

PerfectlyNormal commented 14 years ago

Wrote a simple way for plugins to limit which channels they respond to. Might want to have, say, a game that only responds in one channel, but other plugins that respond to every channel, or other channels. Defaults to responding to every channel the bot is in

dominikh commented 14 years ago

Why is responds_in an instance method, while all other methods that describe/define a plugin are class methods?

txdv commented 14 years ago

This feature is nice, but making responds_in a class method would better

dominikh commented 14 years ago

Closed because of missing response from the author.