get rid of spurious continue - irc - IRC client based on c9x.me/irc client
 (HTM) git clone git://git.codemadness.org/irc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 19ba268b6a8dcde8bbd77046e52cb62e1ffc7f5b
 (DIR) parent 3bb53c314db1eede1b9359c9e7886105cedd8fc3
 (HTM) Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
       Date:   Thu, 19 Jan 2017 11:26:23 -0500
       
       get rid of spurious continue
       
       Diffstat:
         M irc.c                               |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/irc.c b/irc.c
       @@ -915,7 +915,6 @@ main(int argc, char *argv[])
                                tgetch();
                                wrefresh(scr.iw);
                        }
       -                continue;
                }
                hangup();
                while (nch--)