summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-03-13 09:34:15 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-03-14 21:08:48 +0000
commiteb3e6265ef371eda4594f59c872fbb68e1998441 (patch)
tree8acb0ec4c0e825b5c3b0b81a38bd6e9aa22b3abc /data
parent8473982fbfa276ced1394bf704e6de379a0f3e65 (diff)
seen: Include the channel where the user's output was.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r--data/rbot/plugins/seen.rb4
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