From 80bf1a038e53fc1f179e444e91ed06ec4bfbc6b7 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 13 Feb 2008 12:30:35 +0100 Subject: url plugin: output link info with m.plainreply Link info should be directed to the whole channel, not only the user that triggered it; use m.plainreply instead of m.reply so that core.reply_with_nick = true is ignored. --- data/rbot/plugins/url.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rbot/plugins/url.rb') diff --git a/data/rbot/plugins/url.rb b/data/rbot/plugins/url.rb index ef5374ab..e1c9b473 100644 --- a/data/rbot/plugins/url.rb +++ b/data/rbot/plugins/url.rb @@ -150,7 +150,7 @@ class UrlPlugin < Plugin if display_info > urls_displayed if reply - m.reply(reply, :overlong => :truncate) + m.plainreply(reply, :overlong => :truncate) urls_displayed += 1 end end -- cgit v1.2.3