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

Comparing ircd-hybrid-8/modules/m_testline.c (file contents):
Revision 1368 by michael, Sun Mar 25 11:24:18 2012 UTC vs.
Revision 1369 by michael, Wed Apr 25 19:04:19 2012 UTC

# Line 151 | Line 151 | mo_testline(struct Client *client_p, str
151                   aconf->class_ptr ? aconf->class_ptr->name : "<default>", "");
152        ++matches;
153      }
154 <    else if (aconf->status & CONF_KILL)
154 >    else if (aconf->status & CONF_KLINE)
155      {
156        sendto_one(source_p, form_str(RPL_TESTLINE),
157                   me.name, source_p->name,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines