diff options
author | Raine Virta <rane@kapsi.fi> | 2009-03-06 02:28:11 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-03-20 15:52:10 +0100 |
commit | f43a64ae519d7fab79f48ad558224127bb1d689b (patch) | |
tree | eee432b4b7daa8746d8f2660dbcf6dca1d575440 /data/rbot/plugins/seen.rb | |
parent | 4d3cb7e7cea381189e35308dcac3cdecb63635bd (diff) |
seen: change format of ACTIONs
Diffstat (limited to 'data/rbot/plugins/seen.rb')
-rw-r--r-- | data/rbot/plugins/seen.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/seen.rb b/data/rbot/plugins/seen.rb index 72ea9217..8889d26b 100644 --- a/data/rbot/plugins/seen.rb +++ b/data/rbot/plugins/seen.rb @@ -127,7 +127,7 @@ class SeenPlugin < Plugin when :PUBLIC _("saying \"%{message}\"") when :ACTION - _("doing %{nick} %{message}") + _("doing *%{message}*") when :NICK _("changing nick from %{nick} to %{message}") when :PART |