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

Comparing ircd-hybrid-7.3/modules/m_trace.c (file contents):
Revision 1143 by michael, Sun Jan 9 11:03:03 2011 UTC vs.
Revision 1144 by michael, Tue Jul 26 19:33:54 2011 UTC

# Line 211 | Line 211 | do_actual_trace(struct Client *source_p,
211      to = source_p->name;
212    }
213  
214 +  sendto_realops_flags(UMODE_SPY, L_ALL,
215 +                       "TRACE requested by %s (%s@%s) [%s]",
216 +                       source_p->name, source_p->username,
217 +                       source_p->host, source_p->servptr->name);
218 +
219    if (match(tname, me.name))
220      doall = TRUE;
221    else if (!MyClient(source_p) && !strcmp(tname, me.id))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines