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

Comparing ircd-hybrid-8/modules/core/m_squit.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 102 | Line 102 | mo_squit(struct Client *client_p, struct
102    {
103      sendto_realops_flags(UMODE_ALL, L_ALL, "Received SQUIT %s from %s (%s)",
104                           target_p->name, get_client_name(source_p, HIDE_IP), comment);
105 <    ilog(L_NOTICE, "Received SQUIT %s from %s (%s)",
105 >    ilog(LOG_TYPE_IRCD, "Received SQUIT %s from %s (%s)",
106           target_p->name, get_client_name(source_p, HIDE_IP), comment);
107    }
108  
# Line 153 | Line 153 | ms_squit(struct Client *client_p, struct
153      sendto_server(NULL, NULL, NOCAPS, CAP_TS6,
154                    ":%s WALLOPS :Remote SQUIT %s from %s (%s)",
155                    me.name, target_p->name, source_p->name, comment);
156 <    ilog(L_TRACE, "SQUIT From %s : %s (%s)", source_p->name,
156 >    ilog(LOG_TYPE_IRCD, "SQUIT From %s : %s (%s)", source_p->name,
157           target_p->name, comment);
158  
159     }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines