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

Comparing ircd-hybrid/trunk/modules/m_time.c (file contents):
Revision 2195 by michael, Fri Apr 19 19:50:27 2013 UTC vs.
Revision 2196 by michael, Tue Jun 4 18:30:12 2013 UTC

# Line 49 | Line 49 | m_time(struct Client *client_p, struct C
49      flood_endgrace(source_p);
50  
51    /* This is safe enough to use during non hidden server mode */
52 <  if (!ConfigFileEntry.disable_remote)
52 >  if (!ConfigServerHide.disable_remote_commands)
53      if (hunt_server(client_p, source_p, ":%s TIME :%s", 1, parc, parv) != HUNTED_ISME)
54        return;
55  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)