Skip to content
Snippets Groups Projects
Commit 8519ce8f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'dd_msg_reader_putmsg_typo_fix' into 'master'

DD Msg Reader: Fixed typo (console.putmst -> console.putmsg)

See merge request !232
parents 77e5ca32 c3ed7921
Branches
Tags
No related merge requests found
......@@ -1753,7 +1753,7 @@ function DigDistMsgReader_SearchMessages(pSearchModeStr, pSubBoardCode, pScanSco
{
var formattedText = format(this.text.searchingSubBoardAbovePromptText, subBoardGrpAndName(bbs.cursub_code));
//console.print("\x01n" + replaceAtCodesInStr(formattedText) + "\x01n");
console.putmst("\x01n" + formattedText + "\x01n");
console.putmsg("\x01n" + formattedText + "\x01n");
}
console.crlf();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment