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/trunk/modules/core/m_join.c (file contents):
Revision 3347 by michael, Sun Apr 20 14:03:06 2014 UTC vs.
Revision 3371 by michael, Mon Apr 21 16:01:21 2014 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines