Closed x-tec2017 closed 6 years ago
How is this going? I tend to think we could make +.IM
more modular.
I thought about that but when I looked at the ecs commands, most of the things that call to line numbers in im are just jumps to load modules.
On Dec 17, 2017 12:01 AM, "Ryan Sherwood" notifications@github.com wrote:
How is this going? I tend to think we could make +.IM more modular.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Pinacolada64/ImageBBS/issues/11#issuecomment-352232415, or mute the thread https://github.com/notifications/unsubscribe-auth/AganofaiHMYLWA6uk7C58VaCPH37rlnPks5tBKAwgaJpZM4Q5Lz_ .
Oops. You're referring to +.IM, not im. Maybe you are right. I'll have to look at that.
On Dec 17, 2017 12:01 AM, "Ryan Sherwood" notifications@github.com wrote:
How is this going? I tend to think we could make +.IM more modular.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Pinacolada64/ImageBBS/issues/11#issuecomment-352232415, or mute the thread https://github.com/notifications/unsubscribe-auth/AganofaiHMYLWA6uk7C58VaCPH37rlnPks5tBKAwgaJpZM4Q5Lz_ .
Right, +.IM
. :smile:
So there's a call to +.IM.netmail
but we don't have that module. It's not in Jack's files, either. Looks like a fun little project.
I started working on the netmail module for +.IM but got sidetracked while getting ready for Christmas. I have a plan, just need time to work on it.
On Sun, Dec 17, 2017 at 5:13 PM, Ryan Sherwood notifications@github.com wrote:
Right, +.IM. 😄
So there's a call to +.IM.netmail but we don't have that module. It's not in Jack's files, either. Looks like a fun little project.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Pinacolada64/ImageBBS/issues/11#issuecomment-352289999, or mute the thread https://github.com/notifications/unsubscribe-auth/AganoZSN-b21GzEZ9sNc5c52rHQcUa51ks5tBZIDgaJpZM4Q5Lz_ .
No worries! Sounds cool, would love to see your progress when you get the time.
As far as I am concerned, this issue can be closed. The new files are working well.
There are two trivial tweaks I'd like to make still:
[ ] A little rewrite of the menu numbering when editing node connections (the sysop shouldn't edit the node name in this menu, and immediately going back to the menu made me think there was a logic error)
[ ] Display ???
instead of ^
for missing node connections)
but those are trivial.
This is a great addition to the IM
suite. Great job on this mod, @x-tec2017 😄
If you are seeing ^'s for missing node connections, that's not normal but I've seen it happen before. Any node connections not assigned should just remain blank. Sometimes, just exiting from the NM/config and reentering it will get rid of the ^'s but there have been times when I had to delete the nm.connect file and then go back into NM/config. Usually that will make the missing nodes display as blank.
On Wed, Jan 10, 2018 at 10:29 PM, Ryan Sherwood notifications@github.com wrote:
A little rewrite of the menu numbering when editing node connections (can't edit the node name) and this should be a great addition to the IM suite. There may be one or more tiny tweaks I'd like to make (display ??? instead of ^ for missing node connections) but that's trivial.
Great job on this mod, @x-tec2017 https://github.com/x-tec2017 😄
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Pinacolada64/ImageBBS/issues/11#issuecomment-356813925, or mute the thread https://github.com/notifications/unsubscribe-auth/AganoYtZllGBIZUcISaXzCJ2b3iP-2tFks5tJYAwgaJpZM4Q5Lz_ .
And by the way, that ^ issue is not peculiar to 2.0. It happens in 1.2 as well.
On Thu, Jan 11, 2018 at 5:10 AM, Larry Hedman larryhedman@gmail.com wrote:
If you are seeing ^'s for missing node connections, that's not normal but I've seen it happen before. Any node connections not assigned should just remain blank. Sometimes, just exiting from the NM/config and reentering it will get rid of the ^'s but there have been times when I had to delete the nm.connect file and then go back into NM/config. Usually that will make the missing nodes display as blank.
On Wed, Jan 10, 2018 at 10:29 PM, Ryan Sherwood notifications@github.com wrote:
A little rewrite of the menu numbering when editing node connections (can't edit the node name) and this should be a great addition to the IM suite. There may be one or more tiny tweaks I'd like to make (display ??? instead of ^ for missing node connections) but that's trivial.
Great job on this mod, @x-tec2017 https://github.com/x-tec2017 😄
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Pinacolada64/ImageBBS/issues/11#issuecomment-356813925, or mute the thread https://github.com/notifications/unsubscribe-auth/AganoYtZllGBIZUcISaXzCJ2b3iP-2tFks5tJYAwgaJpZM4Q5Lz_ .
Printed out +.IM and +.NM/config and evaluated. Working on renumbering and converting +.NM/config to IM module format.