X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Feightball.rb;h=d28c1cc8acb1127798c08f02ddbcd06add3f2409;hb=c79555eb5a0ddf99d53967e9f2631ff307338521;hp=647484901218ed8f0a96dda2d1548c60dcffbe17;hpb=21949774b91eaec6ecde4eaa8ad121e2c0a36b87;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/eightball.rb b/data/rbot/plugins/eightball.rb index 64748490..d28c1cc8 100644 --- a/data/rbot/plugins/eightball.rb +++ b/data/rbot/plugins/eightball.rb @@ -10,7 +10,7 @@ class EightBallPlugin < Plugin end def eightball(m, params) answers = @answers[rand(@answers.length)] - action = "shakes the magic 8-ball... #{answers}" + action = "shakes the magic 8-ball for #{m.source} ... #{answers}" @bot.action m.replyto, action end end