1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 15:03:13 +02:00

Dev docs: document svid better

[skip ci]
This commit is contained in:
Bram Matthys
2021-01-29 19:12:20 +01:00
parent e90d661e8d
commit 82da314cf4
+1 -1
View File
@@ -1180,7 +1180,7 @@ struct User {
Link *invited; /**< Channels has the user been invited to (linked list) */
Link *dccallow; /**< DCCALLOW list (linked list) */
char *away; /**< AWAY message, or NULL if not away */
char svid[SVIDLEN + 1]; /**< Unique value assigned by services (SVID) */
char svid[SVIDLEN + 1]; /**< Services account name or ID (SVID) */
unsigned short joined; /**< Number of channels joined */
char username[USERLEN + 1]; /**< Username, the user portion in nick!user@host. */
char realhost[HOSTLEN + 1]; /**< Realhost, the real host of the user (IP or hostname) - usually this is not shown to other users */