<CM-Punk>
I need to find a way to insert if config[:enabled_channels].include?(m.channel.name)
<CM-Punk>
To have it check if that channel is enabled before it spits out the output
<waxjar>
return early. also refactor you method there, it's waaay too big :)
<CM-Punk>
I'm still just leaving n00bishness and I didn't really understand that
<CM-Punk>
XD
<CM-Punk>
I think I get the refactoring of the method, break it up into seperate methods? But I don't understand where to return, or where to insert the check.
<waxjar>
at the top of your method: return unless <this channel is enabled>