summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bounce.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bounce.c b/bounce.c
index b26a1cb..aa1cecc 100644
--- a/bounce.c
+++ b/bounce.c
@@ -241,8 +241,6 @@ int main(int argc, char *argv[]) {
 					close(fd);
 				} else {
 					eventAdd(fd, clientAlloc(tls));
-					// FIXME: This should only be done after a successful
-					// client registration.
 					if (!clients++) serverFormat("AWAY\r\n");
 				}
 				continue;
le='2019-10-23 03:00:00 -0400'>2019-10-23Fix rest parsingJune McEnroe 2019-10-23Add dynamic poll listJune McEnroe 2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe 2019-10-23Clean up state somewhatJune McEnroe 2019-10-23Actually send the buffer...June McEnroe 2019-10-23Add stateJune McEnroe