diff options
Diffstat (limited to 'include/client.h')
-rw-r--r-- | include/client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/client.h b/include/client.h index 6f9ffdc..0334f1a 100644 --- a/include/client.h +++ b/include/client.h @@ -409,8 +409,7 @@ struct Client char away[AWAYLEN + 1]; /**< Client's AWAY message. Can be set/unset via AWAY command */ char name[HOSTLEN + 1]; /**< unique name for a client nick or host */ - char svid[HOSTLEN + 1]; /**< Services ID. XXX: Going with HOSTLEN for now. NICKLEN might be too small - if dealing with timestamps */ + char svid[SVIDLEN + 1]; /**< Services ID. */ char id[IDLEN + 1]; /**< client ID, unique ID per client */ /* * client->username is the username from ident or the USER message, |