X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fgames%2Froshambo.rb;h=927b2f0871d31e777f86f3f0cb7d3bc8f4155b19;hb=452e323bfdb73d6b93ab96f5fc417891e4aa8f53;hp=033386986618b338e1ce88ccdb4a905b339261eb;hpb=2e6f388addc0bb9ddc0cb991af50220c1e5e64c3;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/games/roshambo.rb b/data/rbot/plugins/games/roshambo.rb index 03338698..927b2f08 100644 --- a/data/rbot/plugins/games/roshambo.rb +++ b/data/rbot/plugins/games/roshambo.rb @@ -15,7 +15,7 @@ require 'time' class RoshamboPlugin < Plugin def initialize - super + super @scoreboard = {} @beats = { :rock => :scissors, :paper => :rock, :scissors => :paper} @plays = @beats.keys