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

Comparing ircd-hybrid/branches/8.2.x/modules/m_connect.c (file contents):
Revision 3795 by michael, Mon Jun 2 23:38:02 2014 UTC vs.
Revision 3807 by michael, Tue Jun 3 18:55:28 2014 UTC

# Line 256 | Line 256 | ms_connect(struct Client *source_p, int
256    sendto_wallops_flags(UMODE_WALLOP, &me, "Remote CONNECT %s %d from %s",
257                         parv[1], port, source_p->name);
258    sendto_server(NULL, NOCAPS, NOCAPS,
259 <                ":%s WALLOPS :Remote CONNECT %s %d from %s",
259 >                ":%s GLOBOPS :Remote CONNECT %s %d from %s",
260                  me.id, parv[1], port, source_p->name);
261  
262    ilog(LOG_TYPE_IRCD, "CONNECT From %s : %s %d",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines