Humorous Baby
Humorous Baby
This proposal introduces a new decorator for callable plugin functions, `@webhook`. The `@webhook` can be used just like `@rule` and `@command` decorators to trigger plugin functions, but instead of a...
Flood-prevention measures need to be refactored. Proposed minimum changes: - Move logic into `irc.Bot.write` - Calculate writing backoff (penalty) based on an adequately massaged message (e.g., post-truncation) **Background** RFC 1459...
When a module that defines subclasses that call `super`, a reload will lead to an exception because `TypeError: super(type, obj): obj must be an instance or subtype of type`. Apparently...