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

Comparing ircd-hybrid-7.2/src/s_conf.c (file contents):
Revision 884 by michael, Wed Oct 24 21:51:21 2007 UTC vs.
Revision 885 by michael, Wed Oct 31 18:09:24 2007 UTC

# Line 748 | Line 748 | report_confitem_types(struct Client *sou
748          *p++ = 'A';
749        if (IsConfCryptLink(aconf))
750          *p++ = 'C';
751      if (IsConfLazyLink(aconf))
752        *p++ = 'L';
751        if (aconf->fakename)
752          *p++ = 'M';
753        if (IsConfTopicBurst(aconf))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines