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

Comparing ircd-hybrid-8/modules/m_xline.c (file contents):
Revision 1275 by michael, Mon Jan 30 23:50:03 2012 UTC vs.
Revision 1276 by michael, Mon Jan 30 23:55:11 2012 UTC

# Line 199 | Line 199 | relay_xline(struct Client *source_p, cha
199    if (!match(parv[1], me.name))
200      return;
201  
202 <  if (!HasFlag(source_p, FLAGS_SERVICE) || find_matching_name_conf(ULINE_TYPE, source_p->servptr->name,
202 >  if (HasFlag(source_p, FLAGS_SERVICE) || find_matching_name_conf(ULINE_TYPE, source_p->servptr->name,
203                                source_p->username, source_p->host,
204                                SHARED_XLINE))
205    {
# Line 284 | Line 284 | ms_unxline(struct Client *client_p, stru
284    if (!match(parv[1], me.name))
285      return;
286  
287 <  if (!HasFlag(source_p, FLAGS_SERVICE) || find_matching_name_conf(ULINE_TYPE, source_p->servptr->name,
287 >  if (HasFlag(source_p, FLAGS_SERVICE) || find_matching_name_conf(ULINE_TYPE, source_p->servptr->name,
288                                source_p->username, source_p->host,
289                                SHARED_UNXLINE))
290      remove_xline(source_p, parv[2]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines