Changeset eb3e6265ef371eda4594f59c872fbb68e1998441

Show
Ignore:
Timestamp:
03/15/10 00:08:48 (5 months ago)
Author:
Robin H. Johnson <robbat2@…>
Children:
d7cdc2a5ba4c3c54166d6bda982334dbc4e7de00
Parents:
8473982fbfa276ced1394bf704e6de379a0f3e65
git-author:
Robin H. Johnson <robbat2@gentoo.org> 1268472855 +0000
git-committer:
Robin H. Johnson <robbat2@gentoo.org> 1268600928 +0000
Message:

seen: Include the channel where the user's output was.

Signed-off-by: Robin H. Johnson <robbat2@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • data/rbot/plugins/seen.rb

    rc391125 reb3e626  
    128128    doing = case saw.type.to_sym 
    129129    when :PUBLIC 
    130       _("saying \"%{message}\"") 
     130      _("saying \"%{message}\" in %{where}") 
    131131    when :ACTION 
    132       _("doing *%{message}*") 
     132      _("doing *%{nick} %{message}* in %{where}") 
    133133    when :NICK 
    134134      _("changing nick from %{nick} to %{message}")