dgets / DOCshell

Damo's version of the DOC (Citadel-esque) shell, in JavaScript, for use with Synchronet 3.14+ systems
https://www.pivotaltracker.com/n/projects/1206002
4 stars 1 forks source link

Mail> room read prompt doesn't wait properly for X messages #210

Closed dgets closed 9 years ago

dgets commented 9 years ago

The loop needs to be thrown in here, or better yet ripped out of the multiple locations where it's used, and modularized. If anything, it might have to be passed a parameter, to make sure that it's using the correct behavior, per message base/menu level that it's at at the time. Then again, maybe with the messages countdown read prompt, and the generalized prompt, there is a case for two of them, meaning adding a third, with special behavior isn't that bad of an idea, if overloading one of those will just add more obfuscation. We'll see where it goes.