File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ uMail = {
244244 default :
245245 //wut
246246 console . putmsg ( yellow + high_intensity + "Wut?\n\n" ) ;
247+ console . putmsg ( yellow + high_intensity + "Mail> " ) ;
247248 break ;
248249 }
249250
Original file line number Diff line number Diff line change @@ -258,14 +258,14 @@ msg_base = {
258258 console . putmsg ( green + high_intensity + "Go to message #> " ) ;
259259 console . ungetstr ( uchoice ) ; //put it back on the input stack
260260 try {
261- if ( userSettings . debug . misc ) {
261+ if ( userSettings . debug . message_scan ) {
262262 console . putmsg ( "Entered dispMsg()'s try/catch\n" ) ;
263263 }
264264 msg_base . dispMsg ( new MsgBase ( bbs . cursub_code ) ,
265265 console . getnum ( base . last_msg ) , false ) ;
266266 //switched out maxMsgs (500) for base.last_msg above. duh
267267 } catch ( e ) {
268- if ( userSettings . debug . misc ) {
268+ if ( userSettings . debug . message_scan ) {
269269 console . putmsg ( cyan + "Did we even fuckin get here?" ) ;
270270 }
271271
You can’t perform that action at this time.
0 commit comments