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

Comparing ircd-hybrid/trunk/modules/m_trace.c (file contents):
Revision 3347 by michael, Sun Apr 20 14:03:06 2014 UTC vs.
Revision 3608 by michael, Tue May 20 18:22:43 2014 UTC

# Line 179 | Line 179 | do_actual_trace(struct Client *source_p,
179    wilds = !parv[1] || has_wildcards(tname);
180    dow = wilds || doall;
181  
182  set_time();
182    if (!HasUMode(source_p, UMODE_OPER) || !dow) /* non-oper traces must be full nicks */
183                                /* lets also do this for opers tracing nicks */
184    {
# Line 281 | Line 280 | report_this_status(struct Client *source
280    name = get_client_name(target_p, HIDE_IP);
281    class_name = get_client_class(&target_p->localClient->confs);
282  
284  set_time();
285
283    switch (target_p->status)
284    {
285      case STAT_CONNECTING:

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)