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 3618 by michael, Thu May 22 19:19:28 2014 UTC vs.
Revision 3636 by michael, Fri May 23 18:56:55 2014 UTC

# Line 293 | Line 293 | ms_join(struct Client *source_p, int par
293    struct Mode mode, *oldmode;
294  
295    if (!IsClient(source_p))
296 <    return;
296 >    return 0;
297  
298    if (parc == 2 && !strcmp(parv[1], "0"))
299    {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines