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

Comparing ircd-hybrid-7.2/src/s_user.c (file contents):
Revision 510 by michael, Sat Mar 4 08:37:51 2006 UTC vs.
Revision 528 by michael, Sat Mar 18 15:13:11 2006 UTC

# Line 1098 | Line 1098 | send_umode(struct Client *client_p, stru
1098    *m = '\0';
1099  
1100    if (*umode_buf && client_p)
1101 <    sendto_one(client_p, ":%s MODE %s :%s",
1102 <               source_p->name, source_p->name, umode_buf);
1101 >    sendto_one(client_p, ":%s!%s@%s MODE %s :%s",
1102 >               source_p->name, source_p->username,
1103 >               source_p->host, source_p->name, umode_buf);
1104   }
1105  
1106   /* send_umode_out()

Diff Legend

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