diff options
Diffstat (limited to '')
-rw-r--r-- | bounce.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |