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

Comparing ircd-hybrid/branches/8.2.x/modules/m_svinfo.c (file contents):
Revision 8900 by michael, Tue Jan 1 11:06:50 2019 UTC vs.
Revision 8901 by michael, Sun Apr 21 20:10:44 2019 UTC

# Line 79 | Line 79 | ms_svinfo(struct Client *source_p, int p
79    /*
80     * Since we're here, might as well set CurrentTime while we're at it
81     */
82 <  set_time();
82 >  event_time_set();
83  
84    intmax_t theirtime = strtoimax(parv[4], NULL, 10);
85    intmax_t deltat = imaxabs(theirtime - CurrentTime);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines