diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/seen.rb | 4 |
1 files 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 |