add node action for when user connects to remote bbs to show which bbs they're jumping to
This commit is contained in:
parent
88fa58350f
commit
47f10c4d2d
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user