From 3f2bbeda9cae1e3d3f50d984549c82a5a29d2f6f Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 13 Feb 2026 00:19:07 +0300 Subject: Add SETHOSTNAME command Also remove hostname argument from the cli. It'd be better to have it in a config file rather than passing through an argument, it was like that since times config file didn't exist, but time has changed --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index ec49704..a7033a0 100644 --- a/config.h +++ b/config.h @@ -20,6 +20,7 @@ #define INFO_MAX 64 #define CREATION_MAX 64 +#define HOSTNAME_MAX 64 #define PARAM_MAX 15 #define MESSAGE_MAX 512 -- cgit 1.4.1