====== S2C Packet 1.#: User Add ====== Informs the client that a user has joined the server. ===== Format ===== ^ Index ^ Type ^ Description ^ | 0 | ''%%1%%'' | Authz/User Add packet ID | | 1 | [[sockchat:types#timestamp|timestamp]] | Timestamp at which the user was added | | 2 | [[sockchat:types#string|string]] | User ID of the added user | | 3 | [[sockchat:types#user_name|user name]] | User name of the added user | | 4 | [[sockchat:types#colour|colour]] | Display colour of the added user | | 5 | [[sockchat:types#user_perms|user perms]] | Permissions for the added user | | 6 | [[sockchat:types#string|string]] | Message ID associated with this event | ===== Examples ===== A user with ID 284 named lachrymal joining at Sunday, 13 April 2025 22:14:22 GMT with message ID 39988444915025: 1\t1744582462\t284\tlachrymal\tinherit\t1\f0\f0\f0\f0\t39988444915025 ===== See Also ===== * [[sockchat:s2c:user-remove|S2C Packet 3: User Remove]] - Another user is removed from the current context. * [[sockchat:s2c:user-update|S2C Packet 10: User Update]] - A user is updated. * [[sockchat:s2c:context-user-list|S2C Packet 7.0: Context User List]] - List of users already present in the current context. * [[sockchat:s2c:channel-user-add|S2C Packet 5.0: Channel User Add]] - A user has joined the channel. * [[sockchat:s2c:channel-user-remove|S2C Packet 5.1: Channel User Remove]] - A user has left the channel.