aboutsummaryrefslogtreecommitdiffstats
path: root/src/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.c')
-rw-r--r--src/control.c2
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");
}
}