# | Line 48 | Line 48 | mr_capab(struct Client *client_p, struct | |
---|---|---|
48 | char *p = NULL; | |
49 | char *s = NULL; | |
50 | ||
51 | < | if (client_p->localClient->caps && !(IsCapable(client_p, CAP_TS6))) |
51 | > | if (client_p->localClient->caps && !IsCapable(client_p, CAP_TS6)) |
52 | { | |
53 | exit_client(client_p, client_p, "CAPAB received twice"); | |
54 | return 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |