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

Comparing ircd-hybrid-7.2/src/s_user.c (file contents):
Revision 849 by db, Mon Feb 19 19:41:59 2007 UTC vs.
Revision 876 by michael, Wed Oct 24 21:51:21 2007 UTC

# Line 55 | Line 55
55   #include "s_misc.h"
56   #include "msg.h"
57   #include "pcre.h"
58 + #include "watch.h"
59  
60   int MaxClientCount     = 1;
61   int MaxConnectionCount = 1;
# Line 600 | Line 601 | introduce_client(struct Client *client_p
601    else
602      send_umode(NULL, source_p, 0, SEND_UMODES, ubuf);
603  
604 +  watch_check_hash(source_p, RPL_LOGON);
605 +
606    if (*ubuf == '\0')
607    {
608      ubuf[0] = '+';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines