Remove check that cannot happen due to minparc in Message struct.
This commit is contained in:
parent
8f7ca682ec
commit
8c29ec4eeb
1 changed files with 0 additions and 5 deletions
|
@ -332,11 +332,6 @@ ms_server(struct Client *client_p, struct Client *source_p, int parc, const char
|
||||||
* add it to list and propagate word to my other
|
* add it to list and propagate word to my other
|
||||||
* server links...
|
* server links...
|
||||||
*/
|
*/
|
||||||
if(parc == 1 || EmptyString(info))
|
|
||||||
{
|
|
||||||
sendto_one(client_p, "ERROR :No server info specified for %s", name);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* See if the newly found server is behind a guaranteed
|
* See if the newly found server is behind a guaranteed
|
||||||
|
|
Loading…
Reference in a new issue