]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/url.rb
+ (rss.rb) monkey-patch some basic common api over different rss item impls
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / url.rb
index 8c4746b5a44f8253d6d12a692b193b9fc543083f..e75224cff278b19261fac556c76fb4a184822030 100644 (file)
@@ -160,7 +160,8 @@ class UrlPlugin < Plugin
 
       if display_info > urls_displayed
         if reply
-          m.plainreply(reply, :overlong => :truncate)
+          m.reply reply, :overlong => :truncate, :to => :public,
+            :nick => (m.address? ? :auto : false)
           urls_displayed += 1
         end
       end