Changeset eb3e6265ef371eda4594f59c872fbb68e1998441
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rc391125
|
reb3e626
|
|
| 128 | 128 | doing = case saw.type.to_sym |
| 129 | 129 | when :PUBLIC |
| 130 | | _("saying \"%{message}\"") |
| | 130 | _("saying \"%{message}\" in %{where}") |
| 131 | 131 | when :ACTION |
| 132 | | _("doing *%{message}*") |
| | 132 | _("doing *%{nick} %{message}* in %{where}") |
| 133 | 133 | when :NICK |
| 134 | 134 | _("changing nick from %{nick} to %{message}") |