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;
12d25b7c37c53f9c4740c0078db24bf5974feb&follow=1'>Switch back to semantic keyword grouping in hiJune McEnroe 2019-02-08Match only the basename in hiJune McEnroe 2019-02-07Add mdoc syntax to hiJune McEnroe 2019-02-07Support multi-line C macros in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe