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

Comparing ircd-hybrid/branches/8.2.x/modules/core/m_tmode.c (file contents):
Revision 7007 by michael, Fri Jan 1 00:09:08 2016 UTC vs.
Revision 7329 by michael, Thu Feb 18 21:07:50 2016 UTC

# Line 62 | Line 62 | ms_tmode(struct Client *source_p, int pa
62      return 0;
63    }
64  
65 <  if (strtoimax(parv[1], NULL, 10) > chptr->creationtime)
65 >  if (strtoumax(parv[1], NULL, 10) > chptr->creationtime)
66      return 0;
67  
68    set_channel_mode(source_p, chptr, NULL, parc - 3, parv + 3);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines