Mercurial > pidgin.yaz
changeset 12861:6cc43e23ad36
[gaim-migrate @ 15212]
resiak is smart, and I like to get away from that impersonal voice for a while
committer: Tailor Script <tailor@pidgin.im>
author | Christopher O'Brien <siege@pidgin.im> |
---|---|
date | Fri, 13 Jan 2006 17:49:47 +0000 |
parents | a35edda11737 |
children | b503265495f7 |
files | plugins/psychic.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/psychic.c Fri Jan 13 17:33:17 2006 +0000 +++ b/plugins/psychic.c Fri Jan 13 17:49:47 2006 +0000 @@ -47,7 +47,8 @@ gaim_conversation_present(gconv); if(gaim_prefs_get_bool(PREF_NOTICE)) { - gaim_conversation_write(gconv, NULL, _("Psychic mode"), + gaim_conversation_write(gconv, NULL, + _("You feel a disturbance in the force..."), GAIM_MESSAGE_NO_LOG, time(NULL)); } }