From 5797e8b972435a01c0770f8ac71a923f97460c61 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 24 Oct 2019 00:15:32 -0400 Subject: Make serverFormat public --- bounce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bounce.c') diff --git a/bounce.c b/bounce.c index 33d4e9d..6de5e5d 100644 --- a/bounce.c +++ b/bounce.c @@ -124,7 +124,7 @@ int main(int argc, char *argv[]) { while (!stateReady()) { serverRecv(); } - if (join) serverJoin(join); + if (join) serverFormat("JOIN :%s\r\n", join); for (size_t i = 0; i < binds; ++i) { int error = listen(bind[i], 1); -- cgit 1.4.1