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

Comparing ircd-hybrid/trunk/src/channel.c (file contents):
Revision 2296 by michael, Wed Jun 19 11:19:22 2013 UTC vs.
Revision 2345 by michael, Wed Jul 3 18:17:39 2013 UTC

# Line 633 | Line 633 | is_banned(const struct Channel *chptr, c
633  
634   /*!
635   * \param source_p pointer to client attempting to join
636 < * \param chptr    pointer to channel
636 > * \param chptr    pointer to channel
637   * \param key      key sent by client attempting to join if present
638   * \return ERR_BANNEDFROMCHAN, ERR_INVITEONLYCHAN, ERR_CHANNELISFULL
639   *         or 0 if allowed to join.
# Line 890 | Line 890 | set_channel_topic(struct Channel *chptr,
890      strlcpy(chptr->topic, topic, sizeof(chptr->topic));
891  
892    strlcpy(chptr->topic_info, topic_info, sizeof(chptr->topic_info));
893 <  chptr->topic_time = topicts;
893 >  chptr->topic_time = topicts;
894   }

Diff Legend

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