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

Comparing ircd-hybrid/branches/8.2.x/src/channel.c (file contents):
Revision 7329 by michael, Thu Feb 18 21:07:50 2016 UTC vs.
Revision 7346 by michael, Sun Feb 21 11:27:43 2016 UTC

# Line 580 | Line 580 | get_member_status(const struct Membershi
580   * \return 1 if ban found for given n!u\@h mask, 0 otherwise
581   */
582   static int
583 < find_bmask(const struct Client *client_p, const dlink_list *const list)
583 > find_bmask(const struct Client *client_p, const dlink_list *list)
584   {
585    const dlink_node *node = NULL;
586  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines