mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
Automated merge with ssh://hg.atheme.org//hg/charybdis
This commit is contained in:
commit
64513f3675
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ hunt_server(struct Client *client_p, struct Client *source_p,
|
||||||
return (HUNTED_PASS);
|
return (HUNTED_PASS);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!IsDigit(parv[server][0]))
|
if(MyClient(source_p) || !IsDigit(parv[server][0]))
|
||||||
sendto_one_numeric(source_p, ERR_NOSUCHSERVER,
|
sendto_one_numeric(source_p, ERR_NOSUCHSERVER,
|
||||||
form_str(ERR_NOSUCHSERVER), parv[server]);
|
form_str(ERR_NOSUCHSERVER), parv[server]);
|
||||||
return (HUNTED_NOSUCH);
|
return (HUNTED_NOSUCH);
|
||||||
|
|
Loading…
Reference in a new issue