Maxwell175
Maxwell175
So this is where I got stuck. I found the FindFunction function and used it to get the function, then grabbed the right parameter, but the problem is how to...
Got it. Here is the code I ended up with: ```c# ctx.FindFunction("SP_SetProperty").First().Parameters[1].QualifiedType = new QualifiedType(new TagType(ctx.FindEnum("SP_ATTR_ENUM").First())); ``` Would be nice to have a helper function for this as well.
As [explained in the manual](https://nuitka.net/user-documentation/tutorial-setup-and-build.html#distribute) for distribution you should be using `--standalone` or `--onefile`.
I think that once the time does come to drop 3.8, it would be reasonable to go for option 3, which is let the end user figure it out. If...
What about op and normal users? Maybe even having a rank lower than normal... like "untrusted"? Probobly someone can have a usage example.
@Heufneutje: Well, why not stretch the RFC a little bit. How about giving all joined users some specific mode (without the use of services), then they can be demoted further...
Automatically giving users some mode ON JOIN is the less hair-brained alternative to having a rank lower than normal.