diff src/protocols/irc/irc.c @ 8677:cc2ce209cc46

[gaim-migrate @ 9430] marv's patch for GtkIMHtml. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 17 Apr 2004 13:58:29 +0000
parents 72a0759a37a2
children 7024b595b6ae
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Sat Apr 17 13:57:33 2004 +0000
+++ b/src/protocols/irc/irc.c	Sat Apr 17 13:58:29 2004 +0000
@@ -187,6 +187,7 @@
 	int err;
 
 	gc = gaim_account_get_connection(account);
+	gc->flags |= GAIM_CONNECTION_NO_NEWLINES;
 
 	if (strpbrk(username, " \t\v\r\n") != NULL) {
 		gaim_connection_error(gc, _("IRC nicks may not contain whitespace"));