From eb3e6265ef371eda4594f59c872fbb68e1998441 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 13 Mar 2010 09:34:15 +0000 Subject: [PATCH] seen: Include the channel where the user's output was. Signed-off-by: Robin H. Johnson --- data/rbot/plugins/seen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/rbot/plugins/seen.rb b/data/rbot/plugins/seen.rb index 0fc6f076..8cfb97c1 100644 --- a/data/rbot/plugins/seen.rb +++ b/data/rbot/plugins/seen.rb @@ -127,9 +127,9 @@ class SeenPlugin < Plugin doing = case saw.type.to_sym when :PUBLIC - _("saying \"%{message}\"") + _("saying \"%{message}\" in %{where}") when :ACTION - _("doing *%{message}*") + _("doing *%{nick} %{message}* in %{where}") when :NICK _("changing nick from %{nick} to %{message}") when :PART -- 2.39.5