# HG changeset patch # User Rob Flynn # Date 990490713 0 # Node ID c0a69f90d6622d6123c99712a1a7cc7d2c71f3a5 # Parent 1e33bd2d77807b928a4048d27b4ec7bc87a63f83 [gaim-migrate @ 1885] The default IRC port would be a good one to use. :-) committer: Tailor Script diff -r 1e33bd2d7780 -r c0a69f90d662 plugins/irc.c --- a/plugins/irc.c Tue May 22 00:02:33 2001 +0000 +++ b/plugins/irc.c Tue May 22 00:18:33 2001 +0000 @@ -1955,7 +1955,7 @@ debug_printf("setting text %s\n", user->proto_opt[USEROPT_PORT]); gtk_entry_set_text(GTK_ENTRY(entry), user->proto_opt[USEROPT_PORT]); } else - gtk_entry_set_text(GTK_ENTRY(entry), "9898"); + gtk_entry_set_text(GTK_ENTRY(entry), "6667"); gtk_widget_show(entry);