# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |