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

Comparing ircd-hybrid/branches/8.2.x/modules/m_globops.c (file contents):
Revision 3377 by michael, Thu Apr 24 16:15:51 2014 UTC vs.
Revision 3846 by michael, Thu Jun 5 11:55:33 2014 UTC

# Line 65 | Line 65 | mo_globops(struct Client *source_p, int
65  
66    sendto_server(source_p, NOCAPS, NOCAPS, ":%s GLOBOPS :%s",
67                  source_p->id, message);
68 <  sendto_realops_flags(UMODE_ALL, L_ALL, SEND_GLOBAL, "from: %s: %s",
68 >  sendto_realops_flags(UMODE_ALL, L_ALL, SEND_GLOBAL, "from %s: %s",
69                         source_p->name, message);
70    return 0;
71   }
# Line 89 | Line 89 | ms_globops(struct Client *source_p, int
89  
90    sendto_server(source_p, NOCAPS, NOCAPS, ":%s GLOBOPS :%s",
91                  source_p->id, parv[1]);
92 <  sendto_realops_flags(UMODE_ALL, L_ALL, SEND_GLOBAL, "from: %s: %s",
92 >  sendto_realops_flags(UMODE_ALL, L_ALL, SEND_GLOBAL, "from %s: %s",
93                         source_p->name, parv[1]);
94    return 0;
95   }

Diff Legend

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