James Lu
James Lu
(`+e` is true if `chanserv/unban_self` is loaded, otherwise it's `+r` iirc.)
Note: don't use "IRC" or "IRCd" as a services bot name on UnrealIRCd - apparently this is [reserved](https://github.com/unrealircd/unrealircd/blob/unreal60_dev/src/modules/nick.c#L122), though not documented in any obvious manner AFAIK
Another option might be to set the channel +P (permanent) so that all listmodes persist.
This is more or less a duplicate of #1352
Just as an FYI, I'm not sure that the ffmpeg 5.x port in spek-x is complete yet. Some formats like AAC and Vorbis do not render any spectrogram at all:...
I will probably defer this until we drop Python < 3.8 (Python 3.7 went [EOL in June 2023](https://endoflife.date/python)), as those versions don't support the stacklevel argument to `log.warning`. I don't...
I did some testing and it seems that `\0` is not a particularly standard construct among regex implementations. Some will treat it as NUL, some will treat it as the...
> > Some will treat it as NUL > > this one doesn't really make sense on IRC Given the nested commands support though, not all command output is necessarily...
I think the `[what]` and `[who]` positions may need to be swapped, and possibly using a different separator. It's not always clear which part of the ban is the text...
I recently ran into this issue too. Running saml2aws under [winpty](https://github.com/rprichard/winpty) (built in to Git for Windows AFAICT) works around the issue for me - both the configure prompts and...