diff options
| author | gbc dev <gbc@localhost> | 2026-07-17 01:08:48 +0200 |
|---|---|---|
| committer | gbc dev <gbc@localhost> | 2026-07-17 01:08:48 +0200 |
| commit | c714fc8927c454b5cf4735429b4cc9cde7aa5760 (patch) | |
| tree | 7148b668750ae3cbb3e5b6c87723526e3e28ed35 /src/control.c | |
| parent | main: options-first CLI with --help, and wire up display/boot flags (diff) | |
| download | sl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.tar.gz sl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.tar.xz sl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.zip | |
rebrand: gbc -> sl0pboy (binary, README, tooling)
Diffstat (limited to 'src/control.c')
| -rw-r--r-- | src/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } } |
