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 1243 by michael, Fri Sep 30 10:47:53 2011 UTC vs.
Revision 1247 by michael, Sat Oct 1 07:54:24 2011 UTC

# Line 360 | Line 360 | write_xline(struct Client *source_p, cha
360      sendto_one(source_p, ":%s NOTICE %s :Added temporary %d min. X-Line [%s]",
361                 MyConnect(source_p) ? me.name : ID_or_name(&me, source_p->from),
362                 source_p->name, (int)tkline_time/60, conf->name);
363 <    ilog(L_TRACE, "%s added temporary %d min. X-Line for [%s] [%s]",
363 >    ilog(LOG_TYPE_KLINE, "%s added temporary %d min. X-Line for [%s] [%s]",
364           source_p->name, (int)tkline_time/60,
365           conf->name, match_item->reason);
366      match_item->hold = CurrentTime + tkline_time;
# Line 383 | Line 383 | remove_xline(struct Client *source_p, ch
383      sendto_realops_flags(UMODE_ALL, L_ALL,
384                           "%s has removed the temporary X-Line for: [%s]",
385                           get_oper_name(source_p), gecos);
386 <    ilog(L_NOTICE, "%s removed temporary X-Line for [%s]",
386 >    ilog(LOG_TYPE_KLINE, "%s removed temporary X-Line for [%s]",
387           source_p->name, gecos);
388      return;
389    }
# Line 395 | Line 395 | remove_xline(struct Client *source_p, ch
395      sendto_realops_flags(UMODE_ALL, L_ALL,
396                           "%s has removed the X-Line for: [%s]",
397                           get_oper_name(source_p), gecos);
398 <    ilog(L_NOTICE, "%s removed X-Line for [%s]",
398 >    ilog(LOG_TYPE_KLINE, "%s removed X-Line for [%s]",
399           get_oper_name(source_p), gecos);
400    }
401    else

Diff Legend

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