diff options
-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 |