Skip to content
Snippets Groups Projects
Commit 33c42d38 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 d1dfc9c1 f7f41d85
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!232DD Msg Reader: Fixed typo (console.putmst -> console.putmsg)
......@@ -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.
Finish editing this message first!
Please register or to comment