If To is unknown use Whoto instead of ALL

This commit is contained in:
Alexander S. Aganichev 2001-11-02 16:40:05 +00:00
parent 8e1e6a92c3
commit bdd83bb103

View File

@ -333,7 +333,7 @@ void ProcessSoupMsg(char* lbuf, GMsg* msg, int& msgs, char* areaname, int tossto
}
if(not *msg->to)
strcpy(msg->to, "All");
strcpy(msg->to, AA->Whoto());
msg->lin = FirstLine(line);