# | Line 513 | Line 513 | find_person(const struct Client *const s | |
---|---|---|
513 | ||
514 | if (IsDigit(*name)) | |
515 | { | |
516 | < | if (IsServer(source_p->from) || HasFlag(source_p->from, FLAGS_SERVICE)) |
516 | > | if (IsServer(source_p->from)) |
517 | target_p = hash_find_id(name); | |
518 | } | |
519 | else |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |