# | Line 484 | Line 484 | attach_connect_block(struct Client *clie | |
---|---|---|
484 | { | |
485 | struct MaskItem *conf = node->data; | |
486 | ||
487 | < | if (match(conf->name, name) || match(conf->host, host)) |
487 | > | if (irccmp(conf->name, name) || |
488 | > | irccmp(conf->host, host)) |
489 | continue; | |
490 | ||
491 | attach_conf(client_p, conf); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |