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

Comparing ircd-hybrid/branches/8.2.x/modules/core/m_join.c (file contents):
Revision 4916 by michael, Tue Nov 25 12:37:59 2014 UTC vs.
Revision 4963 by michael, Mon Dec 1 13:08:44 2014 UTC

# Line 239 | Line 239 | ms_join(struct Client *source_p, int par
239                                    source_p->host, source_p->away);
240    }
241  
242 <  sendto_server(source_p, NOCAPS, NOCAPS, ":%s JOIN %lu %s +",
242 >  sendto_server(source_p, 0, 0, ":%s JOIN %lu %s +",
243                  source_p->id, (unsigned long)chptr->creationtime, chptr->name);
244    return 0;
245   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines