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

Comparing ircd-hybrid/trunk/modules/core/m_server.c (file contents):
Revision 4009 by michael, Thu Jun 19 15:18:34 2014 UTC vs.
Revision 4020 by michael, Fri Jun 20 16:17:27 2014 UTC

# Line 91 | Line 91 | sendnick_TS(struct Client *client_p, str
91    if (!IsClient(target_p))
92      return;
93  
94 <  send_umode(NULL, target_p, 0, SEND_UMODES, ubuf);
94 >  send_umode(NULL, target_p, 0, ubuf);
95  
96    if (ubuf[0] == '\0')
97    {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines