Skip to content
Snippets Groups Projects
Commit 2523cf85 authored by rswindell's avatar rswindell
Browse files

Use text.dat "Emailing" line instead of hard-coded text.

parent b6e0f36b
Branches
Tags
No related merge requests found
......@@ -210,7 +210,7 @@ int sbbs_t::bulkmailhdr(smb_t* smb, smbmsg_t* msg, uint usernum)
return(j);
lncntr=0;
bprintf("Bulk-mailed %s #%d\r\n",user.alias,usernum);
bprintf(text[Emailing],user.alias,usernum);
sprintf(str,"%s bulk-mailed %s #%d"
,useron.alias,user.alias,usernum);
logline("E+",str);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment