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 8280 by michael, Tue Feb 20 19:30:33 2018 UTC vs.
Revision 8366 by michael, Mon Mar 5 19:51:02 2018 UTC

# Line 103 | Line 103 | ms_join(struct Client *source_p, int par
103    if (!IsClient(source_p))
104      return 0;
105  
106  if (parc == 2 && !strcmp(parv[1], "0"))
107  {
108    channel_do_join_0(source_p);
109    return 0;
110  }
111
106    if (parc < 4)
107      return 0;
108  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines