From 7e196dbdcbe22e526cf2c63671ab63a017331a84 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 4 Oct 2010 21:08:54 +0200 Subject: poll: suppress warning --- data/rbot/plugins/poll.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/rbot/plugins/poll.rb') diff --git a/data/rbot/plugins/poll.rb b/data/rbot/plugins/poll.rb index 79f663f1..4109321d 100644 --- a/data/rbot/plugins/poll.rb +++ b/data/rbot/plugins/poll.rb @@ -327,12 +327,12 @@ class PollPlugin < Plugin outcome << " #{poll.outcome}" end - m.reply (to_reply % { + m.reply((to_reply % { :bold => Bold, :id => poll.id, :author => poll.author, :channel => poll.channel, :started => poll.started, :end => poll.ends_at - }) + options + outcome + }) + options + outcome) end def help(plugin,topic="") -- cgit v1.2.3