Stefan

Results 15 comments of Stefan

I've never had any issues running InspIRCd from the program files folder.

In fact, there's probably more IRCds that DON'T use uppercase for cloaks than ones that do.

Joining channels before user commands is how most IRC clients work. Does the server you're trying this on support SASL? SASL is typically preferred over manually authenticating with NickServ. And...

XML can be rather annoying to parse, while JSON can be very easily parsed into a Python dictionary without needing to install any extra libraries.

I don't think I've ever tried to remove an autostart option by running an installer again. Most installers don't even work that way. Just manually adding/removing from the startup folder...

Not having that issue here. I only ever see that wizard once.

It appears that the mod annotation doesn't specify `acceptedMinecraftVersions`, making Forge assume the mod is only compatible with the version it was built against.

Why? MultiMC asks you very clearly if you're sure you want to delete your instance. Aside from that it would have to be implemented separately for each OS. And not...

It just adds an unnecessary extra step for everyone who does want to actually delete an instance, not to mention maintainability cost. All to solve a very niche use case...