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

Comparing ircd-hybrid/branches/8.2.x/modules/m_info.c (file contents):
Revision 8917 by michael, Sun Apr 21 20:41:04 2019 UTC vs.
Revision 8918 by michael, Mon Apr 22 09:51:16 2019 UTC

# Line 627 | Line 627 | send_birthdate_online_time(struct Client
627   {
628    sendto_one_numeric(source_p, &me, RPL_INFO | SND_EXPLICIT,
629                       ":On-line since %s",
630 <                     date(me.connection->firsttime));
630 >                     date(me.connection->created_real));
631   }
632  
633   /* send_conf_options()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines