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

Comparing ircd-hybrid-7.3/modules/m_trace.c (file contents):
Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1118 by michael, Thu Jan 6 13:39:10 2011 UTC

# Line 162 | Line 162 | mo_trace(struct Client *client_p, struct
162          {
163            ac2ptr = ptr->data;
164  
165 <          if (match(tname, ac2ptr->name) || match(ac2ptr->name, tname))
165 >          if (match(tname, ac2ptr->name))
166              break;
167            else
168              ac2ptr = NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines