Skip to content
Snippets Groups Projects
Commit 0b2ce8dc authored by deuce's avatar deuce
Browse files

Make comment re: hardcoded password prompt.

parent 5f3ad1e8
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ bool sbbs_t::answer()
sprintf(str,"(%04u) %-25s FAILED Password attempt"
,0,useron.alias);
logline("+!",str);
/* ToDo: Hardcoded prompt! */
putcom("PW: ");
console|=CON_R_ECHOX;
if(!(cfg.sys_misc&SM_ECHO_PW))
......
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