Jos Ahrens
Jos Ahrens
Who exactly would benefit from this? What can already not be done? You get numeric 718 when UMODE +g is enabled and this can already be listened for (using `@NumericFilter`...
@Ribesg 's link got deprecated, updated link: https://dev.twitch.tv/docs/v5/guides/irc/#reconnect-twitch-commands (I think?)
@loop-de-r00t - a bit off topic, but it's worth upgrading to 7.2.9 (thanks for checking in though!)
My utility was mostly meant to add added readability for the programmer. `\x0306` doesn't directly help you notice it is actually purple. And calling functions also does interfere with readability....
Like said on IRC what the code currently does doesn't support escaping of yet, but could probably be implemented easily. It wasn't added yet because it wasn't a priority feature...
I checked quickly, also reproduces on the latest main (22d605c8): ``` 2024-04-27T18:19:10.318074Z INFO bevy_winit::system: Creating new window "App" (Entity { index: 0, generation: 1 }) 2024-04-27T18:19:10.666123Z INFO bevy_render::renderer: AdapterInfo {...
You're actually pointing towards the fflags module (flag overrides for opers). https://github.com/atheme/atheme/blob/bd27dcfd058ff02559e0a1ebad0b3d36ebaacec9/modules/chanserv/flags.c#L486 is the module most users use. That said, they're both the same and it makes sense to give...
Twitch sets custom emoji at server-level, it's less of a privacy infringement there because they always come from one source you trust (as it's the network you connect to) Are...
Per IRC, I've suggested a sort of [Telegram-like Sticker-set](https://telegram.org/blog/stickers) where clients can maintain their own sets. This would allow for: - client configurable whitelisting (display all stickers always, click on...
I suggest this instead: ``` [a-z\d_\-\[\]^\\{}|`]{1,32} ``` http://regex101.com/r/bD3eS9