Ruben Anders

Results 55 comments of Ruben Anders

As far as I can see this is missing a timeout currently- You definitely want that I think. Error cases are also for example a connection disconnect, which could be...

There is also another unit test that relies on this behaviour: https://github.com/gempir/go-twitch-irc/blob/1ea7808b29d47893ee3a0081c9885b3ea2cfeeba/test_resources/irctests.json#L326-L338 I think this test case is taken from this bug discussion: https://bugzilla.mozilla.org/show_bug.cgi?id=954972 Where it was already discussed that...

I think it's possible to prevent rightclicks when making complete html pages (with JS) but in markdown it is not possible.

I get the same behaviour using the [`make-error-cause`](https://www.npmjs.com/package/make-error-cause) package: ```javascript process.env.DEBUG = '*' const log = require('debug')('test'); const { BaseError } = require('make-error-cause'); const cause = new Error('This is the...

I don‘t like alazymeme‘s suggestion. Seems like using commands like that would result in a bad user experience for a simple feature that would offer a better user experience if...

I‘d like to put in a word to reopen this issue. I‘m not a fan of the user experience we’d be offering if we left it at that. The average...

This was already suggested in #546 but we closed that issue down due to the maintenance mode and nobody seemingly taking on implementing the feature. We can keep this issue...

@Mr0ll3 I believe you can already do what you want by using `!edit banphrase --disabled/--enabled`

Ah sorry, disregard my comment above, it seems like `!edit banphrase` doesn‘t exist. I was thinking of `!edit command`/`!edit playsound`

An implementation for this can be quite small, similar to how https://github.com/pajbot/pajbot/pull/959 works