| # | 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] = '+'; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |