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

Comparing ircd-hybrid/branches/8.2.x/include/channel.h (file contents):
Revision 6376 by michael, Fri Aug 21 10:36:52 2015 UTC vs.
Revision 6794 by michael, Tue Nov 17 20:51:46 2015 UTC

# Line 74 | Line 74 | struct Channel
74    time_t creationtime;
75    time_t topic_time;
76    time_t last_knock;  /**< Don't allow knock to flood */
77 +  time_t last_invite;
78    time_t last_join_time;
79    time_t first_received_message_time; /*!< channel flood control */
80    unsigned int flags;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines