add node action for when user connects to remote bbs to show which bbs they're jumping to

This commit is contained in:
MeaTLoTioN 2022-09-18 00:08:55 +01:00
parent 88fa58350f
commit 47f10c4d2d

View File

@ -345,7 +345,9 @@ def showDetail(BBS):
if ch == 'C': if ch == 'C':
if address and "Private" not in address and "Unknown" not in address: if address and "Private" not in address and "Unknown" not in address:
write('|SS'); write('|[1|CL') write('|SS'); write('|[1|CL')
menucmd('NA','jUmpIng tO: '+BBS)
menucmd('IT','/addr='+address+' /port='+str(port)) menucmd('IT','/addr='+address+' /port='+str(port))
menucmd('NA','sIftIng fOr gOld')
write('[0;26 D'); write('|RS|[0') write('[0;26 D'); write('|RS|[0')
if ch == KEY_LEFT: if ch == KEY_LEFT:
if rating > 0: if rating > 0: