diff options
Diffstat (limited to 'data/rbot/plugins')
-rw-r--r-- | data/rbot/plugins/poll.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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="") |