X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=data%2Frbot%2Fplugins%2Fpoll.rb;h=814b2673ff67390a65dbb346d7475c10734672eb;hb=052217de30c59206d7025b582d4604557a747470;hp=086a929734d7052431471239652e1153a0b7ecd2;hpb=94ab3e427fbeb5c855539fe2b962942be630aba3;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/poll.rb b/data/rbot/plugins/poll.rb index 086a9297..814b2673 100644 --- a/data/rbot/plugins/poll.rb +++ b/data/rbot/plugins/poll.rb @@ -67,6 +67,7 @@ class ::Poll @voters[voter] = choice return _("recorded your vote for %{choice}: %{value}") % { + :choice => choice, :value => @answers[choice][:value] } else