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

Comparing ircd-hybrid/trunk/modules/m_help.c (file contents):
Revision 4269 by michael, Sat Jul 19 17:37:22 2014 UTC vs.
Revision 4340 by michael, Sat Aug 2 16:53:22 2014 UTC

# Line 128 | Line 128 | m_help(struct Client *source_p, int parc
128   {
129    static time_t last_used = 0;
130  
131 <  if ((last_used + ConfigFileEntry.pace_wait_simple) > CurrentTime)
131 >  if ((last_used + ConfigGeneral.pace_wait_simple) > CurrentTime)
132    {
133      sendto_one_numeric(source_p, &me, RPL_LOAD2HI);
134      return 0;

Diff Legend

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