]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/seen.rb
dictclient: put the Ruby/DICT URL in the LoadError message
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / seen.rb
index d27f7139750ed83607343c6958fd732395e56aaa..ccfdb7261e11148cff3c20a6b00f2ea969de9524 100644 (file)
@@ -55,7 +55,7 @@ class SeenPlugin < Plugin
       @registry[m.sourcenick] = Saw.new(m.sourcenick.dup, Time.new, "JOIN", 
                                         m.target.to_s, m.message.dup)
     when TopicMessage
-      return if m.address?
+      return if m.address? or m.info_or_set == :info
       @registry[m.sourcenick] = Saw.new(m.sourcenick.dup, Time.new, "TOPIC", 
                                         m.target.to_s, m.message.dup)
     end