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

Comparing ircd-hybrid/trunk/include/channel.h (file contents):
Revision 6881 by michael, Tue Dec 1 19:25:43 2015 UTC vs.
Revision 6932 by michael, Sat Dec 12 18:34:12 2015 UTC

# Line 69 | Line 69 | struct Channel
69    struct Mode mode;
70  
71    char topic[TOPICLEN + 1];
72 <  char topic_info[USERHOST_REPLYLEN];
72 >  char topic_info[NICKLEN + USERLEN + HOSTLEN + 3];
73  
74    time_t creationtime;
75    time_t topic_time;

Diff Legend

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