# HG changeset patch # User Stu Tomlinson # Date 1159715515 0 # Node ID 9d669dc232ad83819cc033ae9adfc21096ef0e05 # Parent 79c1c4fe497d32348d2f2600a96618bcc7aa6bc7 [gaim-migrate @ 17415] Prevent auto-reconnecting to IRC if the server rejected the account name committer: Tailor Script diff -r 79c1c4fe497d -r 9d669dc232ad libgaim/protocols/irc/msgs.c --- a/libgaim/protocols/irc/msgs.c Sun Oct 01 15:10:48 2006 +0000 +++ b/libgaim/protocols/irc/msgs.c Sun Oct 01 15:11:55 2006 +0000 @@ -841,6 +841,7 @@ _("Your selected nickname was rejected by the server. It probably contains invalid characters.")); } else { + gc->wants_to_die = TRUE; gaim_connection_error(gaim_account_get_connection(irc->account), _("Your selected account name was rejected by the server. It probably contains invalid characters.")); }