From: Sean E. <sea...@us...> - 2002-10-08 05:54:21
|
Update of /cvsroot/gaim/gaim/src/protocols/irc In directory usw-pr-cvs1:/tmp/cvs-serv30054/src/protocols/irc Modified Files: irc.c Log Message: I forgot a break; =-O Index: irc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- irc.c 6 Oct 2002 17:02:43 -0000 1.90 +++ irc.c 8 Oct 2002 05:54:12 -0000 1.91 @@ -903,6 +903,7 @@ break; case 433: do_prompt_dialog(_("That nick is already in use. Please enter a new nick"), gc->displayname, gc, irc_change_nick, NULL); + break; default: if (n > 400 && n < 502) { char errmsg[IRC_BUF_LEN]; |