409 |
|
|
410 |
|
char away[AWAYLEN + 1]; /**< Client's AWAY message. Can be set/unset via AWAY command */ |
411 |
|
char name[HOSTLEN + 1]; /**< unique name for a client nick or host */ |
412 |
< |
char svid[HOSTLEN + 1]; /**< Services ID. XXX: Going with HOSTLEN for now. NICKLEN might be too small |
413 |
< |
if dealing with timestamps */ |
412 |
> |
char svid[SVIDLEN + 1]; /**< Services ID. */ |
413 |
|
char id[IDLEN + 1]; /**< client ID, unique ID per client */ |
414 |
|
/* |
415 |
|
* client->username is the username from ident or the USER message, |