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-8/modules/m_dline.c (file contents):
Revision 1474 by michael, Sun Jul 22 14:44:07 2012 UTC vs.
Revision 1515 by michael, Thu Aug 30 14:23:42 2012 UTC

# Line 148 | Line 148 | mo_dline(struct Client *client_p, struct
148    if (!HasOFlag(source_p, OPER_FLAG_DLINE))
149    {
150      sendto_one(source_p, form_str(ERR_NOPRIVS),
151 <               me.name, source_p->name, "kline");
151 >               me.name, source_p->name, "dline");
152      return;
153    }
154  

Diff Legend

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