diff src/server.c @ 1643:d7e380618fd5

[gaim-migrate @ 1653] linkify in chat. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 24 Mar 2001 09:47:17 +0000
parents 69a004b5820a
children 55bb0e870537
line wrap: on
line diff
--- a/src/server.c	Sat Mar 24 06:45:48 2001 +0000
+++ b/src/server.c	Sat Mar 24 09:47:17 2001 +0000
@@ -728,6 +728,10 @@
 	if (plugin_event(event_chat_recv, g, b->name, who, message))
 		 return;
 
+	if (general_options & OPT_GEN_SEND_LINKS) {
+		linkify_text(message);
+	}
+
 	if (whisper)
 		w = WFLAG_WHISPER;
 	else