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

Comparing ircd-hybrid-8/src/s_user.c (file contents):
Revision 1175 by michael, Sun Aug 14 10:47:48 2011 UTC vs.
Revision 1176 by michael, Sun Aug 14 11:24:24 2011 UTC

# Line 309 | Line 309 | register_local_user(struct Client *sourc
309        return;
310    }
311  
312 <  source_p->localClient->last = CurrentTime;
312 >  source_p->localClient->last_privmsg = CurrentTime;
313    /* Straight up the maximum rate of flooding... */
314    source_p->localClient->allow_read = MAX_FLOOD_BURST;
315  
# Line 762 | Line 762 | report_and_set_user_flags(struct Client
762                 me.name,source_p->name);
763    }
764  
765  /* If this user is exempt from idle time outs */
766  if (IsConfIdlelined(aconf))
767  {
768    SetIdlelined(source_p);
769    sendto_one(source_p,
770               ":%s NOTICE %s :*** You are exempt from idle limits. congrats.",
771               me.name, source_p->name);
772  }
773
765    if (IsConfCanFlood(aconf))
766    {
767      SetCanFlood(source_p);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines