# | Line 185 | Line 185 | relay_xline(struct Client *source_p, cha | |
---|---|---|
185 | int t_sec; | |
186 | ||
187 | t_sec = atoi(parv[3]); | |
188 | – | /* XXX kludge! */ |
189 | – | if (t_sec < 3) |
190 | – | t_sec = 0; |
188 | ||
189 | sendto_match_servs(source_p, parv[1], CAP_CLUSTER, | |
190 | "XLINE %s %s %s :%s", |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |