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

Comparing ircd-hybrid/branches/8.2.x/modules/m_undline.c (file contents):
Revision 6626 by michael, Fri Aug 14 17:50:40 2015 UTC vs.
Revision 6627 by michael, Sat Oct 24 13:27:43 2015 UTC

# Line 174 | Line 174 | ms_undline(struct Client *source_p, int
174      return 0;
175  
176    if (HasFlag(source_p, FLAGS_SERVICE) ||
177 <      find_matching_name_conf(CONF_ULINE, source_p->servptr->name,
177 >      find_matching_name_conf(CONF_SHARED, source_p->servptr->name,
178                                source_p->username, source_p->host,
179                                SHARED_UNDLINE))
180      dline_remove_and_notify(source_p, addr);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines