From c714fc8927c454b5cf4735429b4cc9cde7aa5760 Mon Sep 17 00:00:00 2001 From: gbc dev Date: Fri, 17 Jul 2026 01:08:48 +0200 Subject: rebrand: gbc -> sl0pboy (binary, README, tooling) --- src/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/control.c') diff --git a/src/control.c b/src/control.c index 16e769a..04c8932 100644 --- a/src/control.c +++ b/src/control.c @@ -596,7 +596,7 @@ static void accept_new(void) { if (slot < 0) { close(cf); continue; } // table full clients[slot].fd = cf; clients[slot].len = 0; - reply(cf, "ok gbc control channel; 'help' for commands"); + reply(cf, "ok sl0pboy control channel; 'help' for commands"); } } -- cgit v1.3.1-sl0p