nbs-irc
nbs-irc copied to clipboard
Fixed errors and new features
I have fixed some errors and added new features such as controlling spotify or write out the current playing song of spotify. Then I also added RamUsage which will correct the ram usage and total ram. I hope you check this out. if you are still interested in updating nbs-irc.
Thank you for your contributions. I will have some spare time during January to have a look at your PR and to push a new release.
I've been testing these files on my own installation of nbs-irc since yesterday. After a while I realized, that I don't see when people are given op and voice (this includes me) anymore. This also happens when ops and voices are taken away. So the only way to tell that op/voice was given/taken away from someone, is if you look at the nicklist. The issue isn't present in version 2.43, so it seems to be a bug that was introduced somewhere in the modifications made to the nbs files here.
I also noticed another bug which is related to the Spotify features. Specifically when I click the Previous button in the extended toolbar, while I'm in the middle of a track, it will go back to the previous track instead of the beginning of the current track (I'm not sure if this is intended or not). But if I'm at the start of a track, it will go 2 tracks back instead of just 1.
Edit: Taking a closer look at the three .nbs files, this is probably related to something in the file main.nbs only, as the changes to alias1.nbs and alias3.nbs only seems to be relevant for ram.
Thanks for the reporting of this. I didn't test around too much. I'm not so much familiar with MSL anymore. And c++ have I stopped coding in.
I also noticed another bug which is related to the Spotify features. Specifically when I click the Previous button in the extended toolbar, while I'm in the middle of a track, it will go back to the previous track instead of the beginning of the current track (I'm not sure if this is intended or not). But if I'm at the start of a track, it will go 2 tracks back instead of just 1.
Spotify features was like this before. When I released Spoton, Spotify was only accepting two tracks back for a previous command. Now it looks like it wont work this way? I tried Spoton v1.1.7 and everything was working. The thing about previous is that it will play the last song. Replay would do this thing you want. Or at least this command.
I've been testing these files on my own installation of nbs-irc since yesterday. After a while I realized, that I don't see when people are given op and voice (this includes me) anymore. This also happens when ops and voices are taken away. So the only way to tell that op/voice was given/taken away from someone, is if you look at the nicklist. The issue isn't present in version 2.43, so it seems to be a bug that was introduced somewhere in the modifications made to the nbs files here.
I will take a look at the nbs script files again. And see what I did wrong there. But that will be when I have more time for MSL.