# | Line 563 | Line 563 | static void | |
---|---|---|
563 | introduce_client(struct Client *source_p) | |
564 | { | |
565 | dlink_node *server_node = NULL; | |
566 | < | static char ubuf[12]; |
566 | > | char ubuf[66]; |
567 | ||
568 | if (MyClient(source_p)) | |
569 | send_umode(source_p, source_p, 0, SEND_UMODES, ubuf); | |
# | Line 572 | Line 572 | introduce_client(struct Client *source_p | |
572 | ||
573 | watch_check_hash(source_p, RPL_LOGON); | |
574 | ||
575 | < | if (*ubuf == '\0') |
575 | > | if (ubuf[0] == '\0') |
576 | { | |
577 | ubuf[0] = '+'; | |
578 | ubuf[1] = '\0'; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |