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

Comparing ircd-hybrid-8/include/client.h (file contents):
Revision 1548 by michael, Sun Aug 5 13:22:54 2012 UTC vs.
Revision 1549 by michael, Mon Oct 1 18:11:11 2012 UTC

# Line 101 | Line 101 | struct LocalUser
101                                           MIN_JOIN_LEAVE_TIME seconds */
102    int          oper_warn_count_down; /**< warn opers of this possible
103                                            spambot every time this gets to 0 */
104  time_t       reject_delay;
104    time_t       last_caller_id_time;
105    time_t       first_received_message_time;
106    time_t       last_nick_change;
# Line 438 | Line 437 | struct Client
437   #define SetSendqBlocked(x)      ((x)->flags |= FLAGS_BLOCKED)
438   #define ClearSendqBlocked(x)    ((x)->flags &= ~FLAGS_BLOCKED)
439  
441 #define IsCaptured(x)           ((x)->handler == DUMMY_HANDLER)
442 #define SetCaptured(x)          ((x)->handler = DUMMY_HANDLER)
443 #define ClearCaptured(x)        ((x)->handler = CLIENT_HANDLER)
444
440  
441   extern struct Client me;
442   extern dlink_list listing_client_list;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines