If you guys get a orginized list of things you want. I could prolly blaze through it and add everything for you.
I personally would very much appreciate few things:
- nice, highly customizable www interface, pretty much the same thing as in JavaOp1 but somehow without frames and with some config files for changing colors etc. Pretty neat solution would be dynamically generated site with the list of people who are present in the channel which could be configured in plugin settings and which could be later put on site with php include() . I know there is such a plugin around, it uses 8080 port so somehow it doesn't want to work for me, nvm. It also lacks latency info - it displays only clients and accounts
- custom commands. Now this is something I really miss in JO. SB has more or less the feature I'm talking about. I sometimes would like users to be able to give other users particular access, say +B, but if I let them use .setuser (or .add) command, they can give ppl not only +B but also other flags.
Syntax for .setuser is: .setuser ACCOUNT FLAGS. I cannot make an alias for this, the best thing would be to make a custom command which would issue the command .setuser %1 +B where %1 is ofc account name passed as an argument.
That's just one example
- fixing D2/D2LoD bots. I guess it isn't fixed yet (it wasn't in JO1 and in earlier versions of JO2 I guess). When the bot gets ops using D2/D2LoD, it identifies users so that the bot can't do anything which requires it to use account name like banning, whispering etc. In other words D2/LoD bots virtually can't do anything else apart from showing ping or something.
- one small thing which I find pretty useful would zip logs from previous days. My bot makes logs ~1MB large, it isn't that much, but when someone wants to download it, it uses 1MB of bandwidth instead of 50KB. I remember back in JO1 days I used a script dividing logs in 2 parts at 00:00, moving it to another directory and then compressing its content. But one plugin could simplify this I guess.
That's all I remember now ;P . I guess that might be some serious work but hey, you asked ;P .