If To is unknown use Whoto instead of ALL
This commit is contained in:
parent
8e1e6a92c3
commit
bdd83bb103
@ -333,7 +333,7 @@ void ProcessSoupMsg(char* lbuf, GMsg* msg, int& msgs, char* areaname, int tossto
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(not *msg->to)
|
if(not *msg->to)
|
||||||
strcpy(msg->to, "All");
|
strcpy(msg->to, AA->Whoto());
|
||||||
|
|
||||||
msg->lin = FirstLine(line);
|
msg->lin = FirstLine(line);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user