From 399f64ffee9d5c7b7c08209da02b0e51ba98bbaf Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 30 Oct 2019 17:33:58 -0400 Subject: Set away status upon connecting --- bounce.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bounce.c') diff --git a/bounce.c b/bounce.c index 2a7acd4..34a56a8 100644 --- a/bounce.c +++ b/bounce.c @@ -190,6 +190,7 @@ int main(int argc, char *argv[]) { int server = serverConnect(insecure, host, port); stateLogin(pass, auth, nick, user, real); while (!stateReady()) serverRecv(); + serverFormat("AWAY :%s\r\n", away); if (join) serverFormat("JOIN :%s\r\n", join); for (size_t i = 0; i < binds; ++i) { -- cgit 1.4.1