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

Comparing ircd-hybrid-7.2/modules/m_admin.c (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 269 by adx, Mon Nov 14 19:39:09 2005 UTC

# Line 82 | Line 82 | mr_admin(struct Client *client_p, struct
82           int parc, char *parv[])
83   {
84    static time_t last_used = 0;
85 <  
86 <  if ((last_used + ConfigFileEntry.pace_wait) > CurrentTime)
85 >
86 >  if ((last_used + ConfigFileEntry.pace_wait_simple) > CurrentTime)
87    {
88      sendto_one(source_p, form_str(RPL_LOAD2HI),
89                 me.name, EmptyString(parv[0]) ? "*" : parv[0]);
# Line 110 | Line 110 | m_admin(struct Client *client_p, struct
110   {
111    static time_t last_used = 0;
112  
113 <  if ((last_used + ConfigFileEntry.pace_wait) > CurrentTime)
113 >  if ((last_used + ConfigFileEntry.pace_wait_simple) > CurrentTime)
114    {
115      sendto_one(source_p,form_str(RPL_LOAD2HI),
116                 me.name, source_p->name);

Diff Legend

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