From 0c964f63c5e9362d856778b0abf81fdaff004d57 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 28 Oct 2019 00:39:16 -0400 Subject: Move entire login flow to state and reorganize it --- bounce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bounce.c') diff --git a/bounce.c b/bounce.c index dcf9eab..38ddf28 100644 --- a/bounce.c +++ b/bounce.c @@ -150,7 +150,7 @@ int main(int argc, char *argv[]) { size_t binds = listenBind(bind, 8, localHost, localPort); int server = serverConnect(insecure, host, port); - serverLogin(pass, auth, nick, user, real); + stateLogin(pass, auth, nick, user, real); while (!stateReady()) serverRecv(); if (join) serverFormat("JOIN :%s\r\n", join); -- cgit 1.4.1