lib/botfly/matcher.rb in botfly-0.1.1 vs lib/botfly/matcher.rb in botfly-0.2.1
- old
+ new
@@ -1,5 +1,9 @@
require 'botfly/matcher/matcher'
# TODO: Scope the matchers by responder
require 'botfly/matcher/nick_matcher'
require 'botfly/matcher/body_matcher'
-require 'botfly/matcher/subject_matcher'
+require 'botfly/matcher/subject_matcher'
+
+require 'botfly/matcher/muc_nick_matcher'
+require 'botfly/matcher/muc_text_matcher'
+require 'botfly/matcher/muc_time_matcher'
\ No newline at end of file