lib/lita/handlers/vader.rb in lita-vader-0.1.0 vs lib/lita/handlers/vader.rb in lita-vader-0.1.1
- old
+ new
@@ -5,10 +5,10 @@
"who is USER's father?" => "Replies back with the suprising truth."
})
def father(response)
child = response.matches[0][0]
- response.reply("@#{child}, I am your father!")
+ response.reply("#{child}, I am your father!")
end
end
Lita.register_handler(Vader)
end