aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kirc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kirc.c b/kirc.c
index bb3776a..617c373 100644
--- a/kirc.c
+++ b/kirc.c
@@ -189,7 +189,6 @@ raw_parser(char *usrin) {
raw("JOIN #%s\r\n", chan);
} else if (!strncmp(command, "90", 2)) {
raw("CAP END\r\n");
- exit(1);
} else if (!strncmp(command, "QUIT", 4)) {
printw("%*s<-- \x1b[34;1m%s\x1b[0m", g - 3, "", nickname);
} else if (!strncmp(command, "JOIN", 4)) {