ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/client.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/client.h (file contents):
Revision 2910 by michael, Thu Jan 23 19:10:55 2014 UTC vs.
Revision 2949 by michael, Sun Jan 26 20:08:25 2014 UTC

# Line 409 | Line 409 | struct Client
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,

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)