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-8/include/client.h (file contents):
Revision 1468 by michael, Sat Jul 21 20:03:29 2012 UTC vs.
Revision 1483 by michael, Wed Jul 25 19:15:48 2012 UTC

# Line 161 | Line 161 | struct Client
161    struct Server    *serv;       /**< ...defined, if this is a server */
162    struct Client    *servptr;    /**< Points to server this Client is on */
163    struct Client    *from;       /**< == self, if Local Client, *NEVER* NULL! */
164  char             *away;       /**< Client's AWAY message. Can be set/unset via AWAY command */
164  
165    time_t            tsinfo;     /**< TS on the nick, SVINFO on server */
166    time_t            servicestamp; /**< Last time client has been identified for its nick */
# Line 175 | Line 174 | struct Client
174    dlink_list        whowas;
175    dlink_list        channel;   /**< chain of channel pointer blocks */
176  
177 +  char away[AWAYLEN + 1]; /**< Client's AWAY message. Can be set/unset via AWAY command */
178    char name[HOSTLEN + 1]; /**< unique name for a client nick or host */
179    char id[IDLEN + 1];       /**< client ID, unique ID per client */
180  

Diff Legend

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