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

Comparing ircd-hybrid-8/modules/m_dline.c (file contents):
Revision 1246 by michael, Fri Sep 30 10:47:53 2011 UTC vs.
Revision 1247 by michael, Sat Oct 1 07:54:24 2011 UTC

# Line 70 | Line 70 | apply_tdline(struct Client *source_p, st
70    sendto_one(source_p, ":%s NOTICE %s :Added temporary %d min. D-Line [%s]",
71               MyConnect(source_p) ? me.name : ID_or_name(&me, source_p->from),
72               source_p->name, tkline_time/60, aconf->host);
73 <  ilog(L_TRACE, "%s added temporary %d min. D-Line for [%s] [%s]",
73 >  ilog(LOG_TYPE_DLINE, "%s added temporary %d min. D-Line for [%s] [%s]",
74         source_p->name, tkline_time/60, aconf->host, aconf->reason);
75 <  log_oper_action(LOG_TEMP_DLINE_TYPE, source_p, "[%s@%s] [%s]\n",
76 <                  aconf->user, aconf->host, aconf->reason);
75 >
76    rehashed_klines = 1;
77   }
78  
# Line 282 | Line 281 | mo_undline(struct Client *client_p, stru
281      sendto_realops_flags(UMODE_ALL, L_ALL,
282                           "%s has removed the temporary D-Line for: [%s]",
283                           get_oper_name(source_p), cidr);
284 <    ilog(L_NOTICE, "%s removed temporary D-Line for [%s]", source_p->name, cidr);
284 >    ilog(LOG_TYPE_DLINE, "%s removed temporary D-Line for [%s]", source_p->name, cidr);
285      return;
286    }
287  
# Line 293 | Line 292 | mo_undline(struct Client *client_p, stru
292      sendto_realops_flags(UMODE_ALL, L_ALL,
293                           "%s has removed the D-Line for: [%s]",
294                           get_oper_name(source_p), cidr);
295 <    ilog(L_NOTICE, "%s removed D-Line for [%s]",
295 >    ilog(LOG_TYPE_DLINE, "%s removed D-Line for [%s]",
296           get_oper_name(source_p), cidr);
297    }
298    else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines