Pipythonmc
Pipythonmc
Fix: Check if tank is already in the process of dying when incrementing kill statistics.
Nzii3: just use the bot's ping as a prefix. Bots will always receive message content for messages they are mentioned in, so regular message-based commands will work fine. It's not...
`i3-msg exit` is how `i3-nagbar` notifies i3 to exit when displaying the default exit confirmation dialog. Keyboard navigation of the nagbar would be nice, but we would have to consider:...
> [x] I have shown the entire traceback, if possible. Please actually include the traceback before checking this checkbox. Thanks!
Small note on that last point: the names of in-use plugins seem to already get written at the end of a save file (as of 0.10.12), though not the versions....
The mission's `on enter` for entering human space will trigger if your flagship enters human space. It's not ideal behavior, but I don't believe it's possible for missions to check...
`invoked_subcommand` should be a property on `Context`. It doesn't make sense for it to exist on `Command` or `Group` (and it doesn't even though the docstring says it does). `invoked_subcommand`...
I believe the changes in this PR break backwards compatibility in some cases. Take the following scenario: - Plugin A v1.0 uses an event as part of it's story. -...
> This seems like a similar scenario to me as loading your save file in an older version of the game. Not necessarily, you're not downgrading anything anywhere. This issue...
I'm not sure if a warning would work for the scenario I mentioned earlier. Plugins would probably keep events defined in case they were scheduled in a save before an...