comparison src/server.c @ 616:874ed877c854

[gaim-migrate @ 626] Gaim automatically linkifies incoming messages. Yeah, Syd, you owe me one ;-0 committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 05 Aug 2000 05:35:24 +0000
parents 7c75d69a1129
children b3b5d9d18eea
comparison
equal deleted inserted replaced
615:9f168ba28ac2 616:874ed877c854
681 } 681 }
682 } 682 }
683 g_free(nname); 683 g_free(nname);
684 684
685 cnv = find_conversation(name); 685 cnv = find_conversation(name);
686
687 if (general_options & OPT_GEN_SEND_LINKS) {
688 linkify_text(message);
689 }
690
686 if (away) away = WFLAG_AUTO; 691 if (away) away = WFLAG_AUTO;
687 692
688 if (awaymessage != NULL) { 693 if (awaymessage != NULL) {
689 if (!(general_options & OPT_GEN_DISCARD_WHEN_AWAY)) { 694 if (!(general_options & OPT_GEN_DISCARD_WHEN_AWAY)) {
690 if (cnv == NULL) { 695 if (cnv == NULL) {