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

Comparing ircd-hybrid/branches/8.2.x/src/send.c (file contents):
Revision 7329 by michael, Thu Feb 18 21:07:50 2016 UTC vs.
Revision 7380 by michael, Wed Mar 2 17:51:43 2016 UTC

# Line 812 | Line 812 | sendto_realops_flags(unsigned int flags,
812        continue;
813  
814      if (HasUMode(client_p, flags))
815 <      sendto_one(client_p, ":%s NOTICE %s :*** %s -- %s",
816 <                 me.name, client_p->name, ntype, nbuf);
815 >      sendto_one_notice(client_p, &me, ":*** %s -- %s", ntype, nbuf);
816    }
817   }
818  

Diff Legend

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