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

Comparing ircd-hybrid/trunk/modules/m_dline.c (file contents):
Revision 2857 by michael, Sat Jan 18 19:38:13 2014 UTC vs.
Revision 2888 by michael, Tue Jan 21 17:47:11 2014 UTC

# Line 64 | Line 64 | apply_dline(struct Client *source_p, str
64                           get_oper_name(source_p), tkline_time/60,
65                           conf->host, conf->reason);
66      sendto_one(source_p, ":%s NOTICE %s :Added temporary %d min. D-Line [%s]",
67 <               MyConnect(source_p) ? me.name : ID_or_name(&me, source_p->from),
67 >               MyConnect(source_p) ? me.name : ID_or_name(&me, source_p),
68                 source_p->name, tkline_time/60, conf->host);
69      ilog(LOG_TYPE_DLINE, "%s added temporary %d min. D-Line for [%s] [%s]",
70           get_oper_name(source_p), tkline_time/60, conf->host, conf->reason);
# Line 75 | Line 75 | apply_dline(struct Client *source_p, str
75                           "%s added D-Line for [%s] [%s]",
76                           get_oper_name(source_p), conf->host, conf->reason);
77      sendto_one(source_p, ":%s NOTICE %s :Added D-Line [%s]",
78 <               MyConnect(source_p) ? me.name : ID_or_name(&me, source_p->from),
78 >               MyConnect(source_p) ? me.name : ID_or_name(&me, source_p),
79                 source_p->name, conf->host);
80      ilog(LOG_TYPE_DLINE, "%s added D-Line for [%s] [%s]",
81           get_oper_name(source_p), conf->host, conf->reason);

Diff Legend

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