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

Comparing ircd-hybrid/branches/8.2.x/src/user.c (file contents):
Revision 4704 by michael, Sun Sep 7 13:00:55 2014 UTC vs.
Revision 4705 by michael, Sun Oct 5 16:25:18 2014 UTC

# Line 814 | Line 814 | send_umode(struct Client *client_p, stru
814  
815    if (*umode_buf && client_p)
816      sendto_one(client_p, ":%s!%s@%s MODE %s :%s",
817 <               source_p->name, source_p->username,
818 <               source_p->host, source_p->name, umode_buf);
817 >               client_p->name, client_p->username,
818 >               client_p->host, client_p->name, umode_buf);
819   }
820  
821   /* send_umode_out()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines