| 820 /* TODO: Would be more appropriate to use a value that indicates |
820 /* TODO: Would be more appropriate to use a value that indicates |
| 821 that the timestamp is unknown, and surface that in the UI. */ |
821 that the timestamp is unknown, and surface that in the UI. */ |
| 822 mtime = time(NULL); |
822 mtime = time(NULL); |
| 823 } |
823 } |
| 824 |
824 |
| 825 if (!(flags & PURPLE_MESSAGE_WHISPER)) { |
825 if (TRUE) { |
| 826 const char *str; |
826 const char *str; |
| 827 |
827 |
| 828 str = purple_normalize(account, who); |
828 str = purple_normalize(account, who); |
| 829 |
829 |
| 830 if (purple_strequal(str, priv->nick)) { |
830 if (purple_strequal(str, priv->nick)) { |